@charset "UTF-8";
/* CSS Document */
td img {
display: block;
}
body,td,th {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #660033;
}
h2 {
	font-size: 16px;
	color: #996600;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
}
ul {
	margin: -15px 0px 0px 45px;
	padding: 0px;
	line-height: 18px;
	list-style-type: disc;
}

ul a:link{color: #660033;text-decoration: underline;}
ul a:visited{color: #660033;text-decoration: underline;}
ul a:hover{color: #333333;text-decoration: underline;}
ul a:active{color: #660033;text-decoration: underline;}

.hr {
	height: 1px;
	background-image: url(../images/shared/hr_dotted.gif);
	background-repeat: no-repeat;
	margin-left: 25px;
	}
.hr hr {
	display: none;
}
.TenPtfont {
	font-size: 10px;
}
.breadcrumbs {
	font-size: 10px;
}
.FooterFont {
	font-size: 10px;
}
#navside {
	width:150px;
	line-height: 20px;
	padding-left: 0px;
	margin: 0px 0px 0px 0px;
}

#navside ul.arrow {
	list-style-image: url(../images/shared/list_arrow.gif);
	list-style-type: none;
	padding-left: 0px;
	color: #B59974;
	margin: 0px 0px 0px 20px;
}
#navside ul.arrow a:link{color: #000000;text-decoration: none;}
#navside ul.arrow a:visited{color: #000000;text-decoration: none;}
#navside ul.arrow a:hover{color: #660033;text-decoration: none;}
#navside ul.arrow a:active{color: #000000;text-decoration: none;}

.tableborders {
	border:solid 1px #666666;	
}