@charset "utf-8";
.hidden{display:none;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #093b66;
}

p, td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #165c79;
}

p a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #165c79;
	text-decoration:underline;
}
p a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #165c79;
	text-decoration:underline;
}

p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #165c79;
	text-decoration:none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
}
.copyright a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
.copyright a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration:none;
}
.copyright a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #7f7f7f;
	font-size: 11px;
	text-decoration:none;
}
.navigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #093B66;
}
.navigation a:link{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #165c79;
	text-decoration:none;
}
.navigation a:visited{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #165c79;
	text-decoration:none;
}
.navigation a:hover{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8b999f;
	text-decoration:none;
}
.subtitleBlack {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
}
.txtTahoma{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #165c79;

}
.borderGris{
  border: 1px solid #bdbdbd;
}
b a:link{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #f36d0a;
	text-decoration:none;
}
b a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #f36d0a;
	text-decoration:none;
}
b a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #8b999f;
	text-decoration:none;
}
.white {
	color: #FFFFFF;
	font-variant: small-caps;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}




/* Developer-Defined Styles */
.errorBox 
{
    background-color:#FFFFDD; 
    border:1px solid #CCCCCC; 
    padding:10px;
    color:Red;
}
.successBox
{
    background-color:#E6F8DD; 
    border:1px solid #119911; 
    padding:10px;   
}

table.padded td { padding:3px;}
.backTemp {
	background-color: #093B66;
	background-image: url(images/temp.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
