﻿/* Global section */
*{margin:0px; font-family:Arial;}
td{vertical-align: top;}

/* a */
a:link, a:active, a:visited{color:#0000FF;}
a:hover{color:#AA0000;}

a.sidemenu:link, a.sidemenu:active, a.sidemenu:visited{
	color: #022567;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
a.sidemenu:hover{
	color:#000000;
}

a.sidemenu_on:link, a.sidemenu_on:active, a.sidemenu_on:visited{
	color: #022567;
	text-decoration: none;
	width: 100%;
	height: 100%;
}
a.sidemenu_on:hover{
	color:#000000;
}

a.topmenu:link, a.topmenu:active, a.topmenu:visited{
	font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
a.topmenu:hover{
	color:#DDDDDD;
}


.trace{
	font-family: Arial;
	color: #031078;
	font-size: 17px;
}

/* 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;}
input.sendbutton{font-family:Arial; font-size:12px; font-weight:bold; width:100%;}

.searchtext{
	font-family: Arial;
	font-size: 12px;
	width: 150px;
	height: 16px;
	line-height: 12px;
	border-left: #7C7A7F solid 1px;
	border-top: #7C7A7F solid 1px;
	border-right: none;
	border-bottom: none;
	color: #000000;
}

.searchbutton{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 55px;
	height: 14px;
	line-height: 10px;
	border: none;
	color: #FFFFFF;
	border: #84DFFC solid 1px;
}

.textfield01{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: #000000 solid 1px;
	color: #000000;
}

.textfield03{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height:20px;
	border: #000000 solid 1px;
	color: #000000;
}

.textfield02{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	border: none;
	color: #000000;
}

.textarea01{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 75px;
	border: #000000 solid 1px;
	color: #000000;
}

.textarea02{
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 50px;
	border: #000000 solid 1px;
	color: #000000;
}

.button02{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

.selectbox01{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	width: 100%;
}

/* Site classes section*/
.req{
	color: #AA0000;
}