@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1f6e8d;
	line-height: 18px;
}
body {
	background-image: url(images/page-bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1f6e8d;
	text-decoration:none
}
a:visited {
	color: #1f6e8d;
	text-decoration:none
}
a:hover {
	color: #666666;
	text-decoration:underline
}
a:active {
	color: #1f6e8d;
	text-decoration:none
}

/*h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}*/

h1 {
	font-size: 18px;
	color: #1f6e8d;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #1f6e8d;
	font-weight: normal;
	line-height: 28px;
}



.foot {
	font-size: 10px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #666666;
}

.header {
	font-size: 24px;
}

.larger-text {
	font-size: 16px;
}

.body  {
	padding-left: 27px;
	padding-right: 27px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.image-right {
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #FF8000;
}

.image-thumb {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #666666;
}

.latestnews {
	padding-bottom: 20px;
}