/* Standard CSS Styles*/

body {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height: 1.6em;
	background-image: url("/i/common/BodyBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top center;
	background-color: #2A3E6F;
	}

td {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height: 1.6em;
	}
	
big {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	}
	
strong {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px; 
	font-weight:bold;
	}

small {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
a:link {
	color:#2F4476; 
	}
	
a:visited {
	color:#2F4476; 
	}
	
a:hover {
	color:#2F4476; 
	text-decoration:none; 
	}

.footer {
	background-color: #FFFFFF;
	padding-left: 25px;
	}

.footer a {
	font-family:arial, helvetica, sans-serif; 
	font-size:12px;
	}

.footer a:link {
	text-decoration:none; 
	color: #273D89;
	}

.footer a:visited {
	text-decoration:none; 
	color: #273D89;
	}

.footer a:hover {
	color: #5E6478;
	}

.input {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}
	
.stock {
	font-family:arial, helvetica, sans-serif; 
	font-size:11px;
	}

/* Navigation Styles*/
	
.nav {
	font-weight:normal; 
	}
	
.nav a {
	display: block; 
	color:#2F4476; 
	text-decoration:none;
	border-bottom: solid 1px #B5B8C7;
	padding: 7px 0px 7px 17px; 
	}
	
.nav a:link {
	display: block; 
	color:#2F4476; 
	text-decoration:none;
	}
	
.nav a:visited {
	display: block; 
	color:#2F4476;
	text-decoration:none; 
	font-weight:normal;
	}
	
.nav a:hover {
	display: block; 
	background-color: #DFE1E8;
	color:#2F4476; 
	text-decoration:underline; 
	font-weight:normal; 
	}

/* Page Layout Styles*/

.Buttons {
	padding: 15px 0px 25px 5px;
	text-align: right;
	}

.RCol {
	background-image: url("/i/common/ColBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top left;
	background-color: #BFC2D0;
	padding-top:81px;
	}

.main {
	background-image: url("/i/common/MainBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top right;
	background-color: #FFFFFF;
	padding: 0px 25px 10px 25px;
	}

/* Home Page Layout Styles*/

.Subscribe {
	background-color: #6792D0;
	padding: 5px;
	}

.Subscribe b {
	color: #FFFFFF;
	}

.HomeMain {
	background-image: url("/i/front/MainBG.jpg"); 
	background-repeat: no-repeat; 
	background-position: top right;
	background-color: #FFFFFF;
	padding: 30px 20px 10px 20px;
	}

.News a:link {
	color: #273D89;
	}

.News a:visited {
	color: #273D89;
	}

.News a:hover {
	color: #273D89;
	text-decoration:none;
	}
