﻿/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #444444;
	background: /*#006a83*/ #f2f7fa url("images/bg.png") repeat scroll center top; /*repeat-x left top;*/
}
a:visited {
	color: #a81407;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a:link {
	color: #a81407;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	border-style:none;
	border-tickness:0px;
}
a:hover {
	color: #444444;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
a:active {
	color: #444444;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}
h1 {
	margin: 0px;
	width:750px;
	height: 40px;
	background:#6699ff;
	padding-left: 20px;
	padding-top: 10px;
	letter-spacing:1pt;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
}


