@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #0B4378;
	background-image: url(Images/Template/Background-Repeat.png);
	background-repeat: repeat-x;
}
.Table-Mid {
	background-image: url(Images/Template/Table-Mid.png);
	background-repeat: repeat-y;
}
body,textarea,input, td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
}
.Text-Small-Grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
.Text-Titles {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #005AA3;	
}
.Text-Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;	
}
.Text-Bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
a:link {
	color: #005AA3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005AA3;
}
a:hover {
	text-decoration: none;
	color: #FFCB31;
}
a:active {
	text-decoration: none;
	color: #005AA3;
}	
a.Link-White:link {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;	
}
a.Link-White:visited {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;	
}
a.Link-White:hover {
	text-decoration: none;
	font-size: 14px;
	color: #FFCB31;	
}
a.Link-White:active {
	text-decoration: none;
	font-size: 14px;
	color: #FFFFFF;	
}
.Web-BG {
	background-image: url(Images/Template/Background-Center.png);
	background-repeat: no-repeat;
}
