/* CSS Document */

body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}.bold {
	font-weight: bold;
}
.red {
	color: #FF0000;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
td#leftline{
	border-left-width: 1px;

	border-left-style: solid;
	border-left-color: #CECECE;

}
ul.redot {
	list-style-type: none;
	margin: 0px;
	padding-left: 10px;
}
ul.redot li {
	background-image: url(../images/ldot.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}


.questionbig {
	font-size: 14px;
	color: #000000;
}

.graysmall a {
	color: #999999;
	text-decoration: none;
}

td#btnline{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-color: #F7F7F7;
}
td#btnline2{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	background-color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

.graysmall {
	font-size: 11px;
	color: #999999;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #CC3300;
}

.header {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.content {
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}


a{
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}


td#topshadow{
	border-left-color: #CCCCCC;
	background-image: url(../images/tdtop.gif);
	background-repeat: repeat-x;
	background-position: top;

}
input {
	font-size: 12px;
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
.searchinp {
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #003366;
}
.searchbtn {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul#content {margin: .3em 0 1.5em 2em;list-style-type:none}
li#content {
	padding-left: 25px;
	background-color: transparent;
	background-image: url(../images/ldot.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
}
li#sitemap {
	list-style-type:none;
	padding-left: 25px;
	background-color: transparent;
	background-image: url(../images/redot.gif);
	background-repeat: no-repeat;
	background-position: 2px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
