﻿
/*General Styles*/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #0066CC;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
}

/*Template Styles*/
.style0 {
	border: 1px ridge #0066CC;
	margin: 0px;
	padding: 0px;
}
.style1 {
	font-size: 36px;
	font-weight: bold;
	color: #0066CC;
}
.style2 {
	color: #FFFFFF;
	font-weight: bold;

}
.style3 {
	color: #0066CC;
	font-weight: bold;
}
.style4 {
	color: #0066CC;
}
.style5 {
	color: #212121;
}
body {
	background-color: #CCCCCC;
}
/*Content Styles*/

