/* ---------------------- main text ------------------------ */
body, td, tr, table {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #C7D5EB;
}
.contentTextJustify {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: justify;
	color : #C7D5EB;
}

.contentTextLeft, .content {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	text-align: left;
	color : #C7D5EB;
}

.contentHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2B3747;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
}
h1, .h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DAE5F5;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
h2, .h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DAE5F5;
	font-weight: bold;
	vertical-align: bottom;
}
.warning {
	background-color: white;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : red;
}
p {
	border : 0;
	margin : 0 0 0 0;
	padding : 3px 3px 3px 3px;
}



/* ----------------------- image ------------------------- */
.imageCaption {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}



/* ----------------------- menu ------------------------- */
.menuHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	text-align : center;
	color : #2B3747;
	padding-right: 20px;
}

td.menuItem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DAE5F5;
	font-weight: bold;
	text-decoration : none;
	padding-right: 20px;
}

A.menuItem, A.menuItem:visited, A.menuItem:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DAE5F5;
	font-weight: bold;
	text-decoration : none;
	text-transform: uppercase;
}
A.menuItemSelected, A.menuItemSelected:visited, A.menuItemSelected:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DAE5F5;
	font-weight: bold;
	text-decoration : none;
	text-transform: uppercase;
}
A.menuItemSelected:hover, A.menuItem:hover {
	color : #DAE5F5;
}



/* -------------------------- news ----------------------------- */
.newsHeadline, A.newsHeadline, A.newsHeadline:visited, A.newsHeadline:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #0066CC;
	text-decoration : none;
}
A.newsHeadline:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color: #6495ED;
	text-decoration : none;
}

.newsDate {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
	text-decoration : none;
}




/* ----------------------------- contact -------------------------- */
.contactAttribute {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #56748B;
}
.contactValue {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.contactHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
}
.contactHeader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
}





/* ----------------------- forms ------------------------------- */
input, select, textarea, password
{
	FONT-SIZE: 10px;
	FONT-FAMILY: verdana,arial;
}
.checkBox {
	BORDER-TOP: 0px0;
	BORDER-LEFT: 0px0;
	BORDER-BOTTOM: 0px0;
	BORDER-RIGHT: 0px0;
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana,arial;
	background-color: #ffffff;
}


/*---------------------------- links ------------------------------*/
A, A:visited, A:active, A:hover, A.Contact, A.Contat:visited, A.Contact:hover, A.Contact:active, A.contactValue, A.contactValue:hover, A.contactValue:visited, A.contactValue:active {
	color : #DAE5F5;
}

