/* CSS STYLE SHEET
  (c)2006 TECHTRIAD.COM  */


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 30px 0px 0px;
	font-size:12px;
}

/**** ----DIV TAGS----****/

#container	{
	clear: both;
	float: none;
	width: 760px;
	margin:0px auto;
}
#header	{
	height: 50px;
	width: 760px;
	padding-bottom: 10px;
}
#topnav	{
	width: 760px;
	background-image: url(../images/nav/table_bg.gif);
	background-repeat: no-repeat;
}
#topnav a:link, #topnav a:visited	{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#topnav a:hover	{
	text-decoration: underline;
}
#divider1	{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6699FF;
	padding-top: 20px;
	padding-bottom: 10px;
}
#smallnav {
	font-size: 11px;
}

#divider2	{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6699FF;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main	{
	width: 760px;
}
#main .small {
	font-size: 11px;
}
#nav2 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
}
#nav2 a:link, #nav2 a:visited, #nav2 a:hover	{
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#main h1 {
	font-size: 28px;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 8px;
}
#main h2 {
	font-size: 18px;
	font-weight: 200;
	color: #3F61A8;
	margin-top: 0px;
	margin-bottom: 4px;
}
#main h3 {
	font-size: 18px;
	font-weight: 200;
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#main h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}



#main a:link, #main a:visited	{
	color: #000000;
	text-decoration: underline;
}
#main a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}
#footer	{
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}

/**** ----CLASSES----****/
.noprint	{
}
.small {
	font-size: 11px;
}

legend	{
	font-size: 11px;
	color: #000099;
	text-align: left;
}
form {
	margin: 0px 0px 12px;
	font-size: 11px;
}
select {
	font-size: 11px;
}


fieldset	{
	width: 80%;
	font-size: 11px;
	clear: both;
}
input	{
	font-size: 11px;
}
