﻿/* Global section */
*{margin:0px; font-family:Arial;}
td{vertical-align: top;}

/* a */
a:link, a:active, a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000FF;}

a.sidemenu:link, a.sidemenu:active, a.sidemenu:visited{
	color: #000000;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
a.sidemenu:hover{color:#777777;}

a.topmenu:link, a.topmenu:active, a.topmenu:visited{
	font-family: Arial;
	font-size:12px;
	font-weight: bold;
	color: #0D1F2B;
	text-decoration: none;
}
a.topmenu:hover{color:#777777;}

a.bottommenu:link, a.bottommenu:active, a.bottommenu:visited{
	color: #0A241B;
	text-decoration: none;
}
a.bottommenu:hover{color:#777777;}

a.search:link, a.search:active, a.search:visited{color:#555555; text-decoration:none;}
a.search:hover{color: #0000DD;}
/* Fonts section */
.black12{font-family:Arial; font-size:12px; font-weight:normal; color:#000000;}
.black12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#000000;}
.white12{font-family:Arial; font-size:12px; font-weight:normal; color:#FFFFFF;}
.white12bold{font-family:Arial; font-size:12px; font-weight:bold; color:#FFFFFF;}

/* Forms section */
.contact_text{font-family:Arial; font-size:12px; font-weight:bold;}
input.textfield{font-family:Arial; font-size:12px; width:100%; border:#000000 solid 1px;}
textarea.textarea{font-family:Arial; font-size:12px; width:100%; height:60px; border:#000000 solid 1px;}
input.sendbutton{font-family:Arial; font-size:12px; font-weight:bold; width:100%;}

.textfield01{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border-top: #363B3E solid 1px;
	border-left: #363B3E solid 1px;
	border-bottom: #DEEBF1 solid 1px;
	border-right: #DEEBF1 solid 1px;
	background-color: #DEEBF1;
}

.button01{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	width: 100%;
	border: none;
	background-color: #447C95;
	cursor: pointer;
}

.textarea01{
	font-family: Arial;
	font-size: 12px;
	height: 100px;
	width: 100%;
	border-top: #363B3E solid 1px;
	border-left: #363B3E solid 1px;
	border-bottom: #DEEBF1 solid 1px;
	border-right: #DEEBF1 solid 1px;
	background-color: #DEEBF1;
}

.search_text{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	background-color: #FFFFFF;
	border:#0E6290 solid 1px;
}
.search_button{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	height: 19px;
	width: 100%;
	color: #FFFFFF;
	background-color: #0B6490;
	border:#F8DD9A solid 1px;
}

.adv_search_text{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: #B0B1B3 solid 1px;
	color: #15547F;
}
.adv_search_select{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	color: #15547F;
}
.adv_search_button{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
	border: none;
	color: #FFFFFF;
	background-color: #94B7D3;
}

/* Site classes section*/
.req{
	color: #A30E10;
}

.trace {
	font-family: Arial;
	vertical-align: bottom;
	font-size: 20px;
	color: #FFFFFF;
}