.bgLeft {
	background-repeat: no-repeat;
	background-position: left;
}
.bgRight {
	background-repeat: no-repeat;
	background-position: right;
}
.bgRightTop {
	background-repeat: no-repeat;
	background-position: right top;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {font-size: xx-small}
.bgRightBut {
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bgLeftTop {
	background-repeat: no-repeat;
	background-position: left top;
}
.bgLeftBut {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.textContact, .contentTitleCenter, .contentTitleRight, .contentTitle, .welcomeTitle, 
.contentText, a:link, a:visited, a.cont-off:visited, .contentTextActive, a.content:link,a.content:visited, 
.contentTextStrong, a.cont-on, a.cont-off, a:hover, a.cont-on:visited, a.cont-on:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contentTitle, .contentTitleCenter, .welcomeTitle, .contentTitleRight, 
a:link, a:visited, a.cont-off:visited, a:hover, a.cont-on:visited, a.cont-on:hover, a.cont-on{
	font-weight: bold;
	color: #D9A60F;
}


.contentTitle {
	background-position: left top;
	text-align: left;
}

.contentTitleRight {
	text-align: right;
}

.contentTitleCenter, .welcomeTitle {
	text-align: center;
}

.welcomeTitle {
	font-weight: bold;
	color: #000000;
	font-size:12px;
}

.contentText {
   margin-left: auto;
   margin-right: auto;
   text-align: justify;
   background-position: left top;
   color: #333333;
   font-weight: normal;
}

a.content:link, a.content:visited {
	font-weight: normal;
	color: #333333;
	background-position: left top;
	text-align: justify;
}

#biographyLink {
    width: auto;
	text-align: center;
    margin-top: 15px;	
	margin-left: auto;
	margin-right: auto;
}

.textContact {
	font-weight: normal;
	color: #000099;
	background-position: left top;
	text-align: justify;
}

a:link, a:visited, a.cont-off:visited {
	text-decoration: none;
}
a:hover, a.cont-on:visited, a.cont-on:hover,a.content:link, a.content:visited {
	text-decoration: underline;
}
.contentTextActive {
	font-weight: bold;
	color: #333333;
	background-position: left top;
	text-align: right;
	text-decoration: underline;
}
.contentTextStrong {
	font-weight: bold;
	color: #000000;
	background-position: left top;
	text-align: justify;
}

table.table-off {
	display: none;
}
table.table-on {
	display: table;
}

a.cont-on{
	font-weight: bold;
	color: #D9A60F;
	text-decoration: underline;
}

a.cont-off{
	text-decoration: none;
}
