html{
	min-height: 100.1%;
}
body {
	
	background-image: url(../images/bg_grey.jpg);

	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: normal;
	text-decoration: none;
	
	margin-top: 0px;
	
}
.smallLnk a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}
.smallLnk a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}
.smallLnk a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: underline;
}
.smallLnk a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-decoration: none;
}
.regLnk a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
.regLnk a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
.regLnk a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: underline;
}
.regLnk a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

.menuLnk a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.menuLnk a:active{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.menuLnk a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
}
.menuLnk a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:28pt;
	color: #003366;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:16pt;
	color: #003366;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:14pt;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
}
B {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.bold {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
}
.italics {
    font-style:italic;
}
.title{
	color:#003366; 
	font-size:23pt;
}
.titleLg{
	color:#003366; 
	font-size:28pt;
}
.small{font-size:8.5pt}
.line {color: #999999}
.hdg{
	font-size:11pt;
	color: #003366;
	font-weight: bold;
}
.hdg1{
	font-size:16pt;
	color: #003366;
}
.regFont {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	color: #6633CC;
}
.menuFont {
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 10pt; 
	color: #6633CC;
}
.tBorder {
	border-right-color: #6633CC; border-right-style: solid; border-right-width: 1px; 
	border-left-color: #6633CC; border-left-style:solid; border-left-width:1px;  
}
.tBorder1 {
	border-right-color: #cccccc; border-right-style: solid; border-right-width: 2px; 
	border-left-color: #cccccc; border-left-style:solid; border-left-width:1px; 
	border-bottom-color: #cccccc; border-bottom-style:solid; border-bottom-width:2px;
}
.tBorder2 {
	border-right-color: #cccccc; border-right-style: solid; border-right-width: 1px; 
	border-left-color: #cccccc; border-left-style:solid; border-left-width:1px; 
	border-top-color:#cccccc; border-top-style:solid; border-top-width:1px; 
	border-bottom-color: #cccccc; border-bottom-style:solid; border-bottom-width:1px;
}

