/* elements -------------------------------------------- */
body {
  	margin:0px;
	padding:0px;
	background-color:#615E6F;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#666666;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
img {
	margin:0px;
	padding:0px;
	
}
hr{
	padding:0px;
	margin : 0px;
	border-bottom-width: 1px;
/*----netscape bug (border)----------*/
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #cccccc;	
}
strong {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
input {
	font-size: 11px;
	color:#333333;
}
/* links ------------------------------------------------*/
a {
	font-weight: bold;
	font-size:12px;
	color: #466DAB;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	font-size:12px;
	color: #666666;
	text-decoration: none;
}
a.pdf {
	font-weight: normal;
	font-size:11px;
	color: #466DAB;
	text-decoration: none;
}
a.pdf:hover {
	font-weight: normal;
	font-size:11px;
	color: #666666;
	text-decoration: none;
}
a.menu {
	font-weight: bold;
	font-size:12px;
	color: #666666;
	text-decoration: none;
}
a.menu:hover {
	font-weight: bold;
	font-size:12px;
	color: #466DAB;
	text-decoration: none;
}
a.sub {
	font-size:11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.sub:hover {
	font-size:11px;
	font-weight: normal;
	color: #466DAB;
	text-decoration: none;
}
a.top {
	font-weight: bold;
	font-size:11px;
	color: #466DAB;
	text-decoration: none;
}
a.top:hover {
	font-weight: bold;
	font-size:11px;
	color: #666666;
	text-decoration: none;
}
a.more {
	font-weight: bold;
	font-size:10px;
	color: #466DAB;
	text-decoration: none;
}
a.more:hover {
	font-weight: bold;
	font-size:10px;
	color: #666666;
	text-decoration: none;
}
/* classes ------------------------------------------------*/
.arrow {
	font-weight: bold;
	font-size:11px;
	color: #466DAB;
}
.menu_headers {
	font-weight: bold;
	font-size:12px;
	color: #666666;
}
.blue_headers {
	font-weight: bold;
	font-size:12px;
	color: #466DAB;
}
.light {
	color: #999999;
}
.dark {
	color: #333333;
}
.input-textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	width: 200px;
	height: 100px;
}
.quotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #466DAB;
}
.strong_blue {
	color: #466DAB;
	text-decoration: none;
	font-weight:bold;
}
	


