/* CSS Document */


body {
	margin: 0px;
	background-color: #eeeeee;
	}
table {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	
}
table.main {
	color: #333333;
	background-image: url(../img/bg.gif);
background-color: #ffffff;
}
td.middle{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eeeeee;
	border-left-color: #eeeeee;
	padding: 10px;
}
td.sub{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee;
	padding: 10px;
}

h1,.h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-size: 18px;
color: #000000;
margin-top: 0;
}

.blueh1 {
color:#20849E;
font-style:italic;
}

h2,.h2 {
font-weight:bold;
font-size: 11px;
color: #20849E;
margin-top: 0;
}

.blue {
font-weight:bold;
font-size: 11px;
color: #20849E;
margin-top: 0;
margin-bottom: 20px;
}

.border {
	border-width: 1px;
	border-style: solid;
	border-color: #20849E;
}
.boldblue {
font-weight:bold;
font-size: 10px;
color: #20849E;
}
ul {
	list-style-image: url(/img/square.gif);
}
a.nav:link {
	color: #666666;
	text-decoration: none;
}
a.nav:visited {
	color: #666666;
	text-decoration: none;
}
a.nav:active {
	color: #666666;
	text-decoration: none;

}
a.nav:hover {
	color: #20849E;
	text-decoration: none;
}
a:link {
	color: #20849E;
	text-decoration: none;
}
a:visited {
	color: #20849E;
	text-decoration: none;
}
a:active {
	color: #20849E;
	text-decoration: none;

}
a:hover {
	color: #666666;
	text-decoration: none;
}
ul {
	list-style-image: url(/img/arrow.gif);
}
input {
background-color: #ffffff;
border: #20849E 1px solid;
color: black;
font-family: Verdana, Arial, sans-serif;
font-weight: normal;
font-size: 11px;
} 

textarea {
	background-color: #ffffff;
	border: #20849E 1px solid;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;

} 

.altButtonFormat {
background-color: #20849E ;
font-family: arial, verdana, ms sans serif;
font-size: 11px;
font-weight: normal;
color: #ffffff;
} 

a:link.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:visited.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;

}
a:active.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a:hover.foot {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}