body {
	background-image:  url(img/bg.gif);
	background-repeat: repeat;
	margin-top: 0px;
}
.dotline {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
}
a {
	color: navy;
	text-decoration: none;
}
a:hover {
	color: navy;
	text-decoration: underline;
}
.rss {
	font-weight: bold;
	color: #001354;
	text-decoration: none;
}
.rss:hover{
	font-weight: bold;
	color: #B20003;
	text-decoration: underline;
}
.boldblue {
	font-weight: bold;
	color: #001354;
}
.boldgrey {
	font-weight: bold;
	color: #333333;
}
.greytd {
	background-color: #E3E3E3;
}
.nav{
	font-weight: bold;
	color: #001354;
	text-decoration: none;
}
.nav:hover{
	font-weight: bold;
	color: #601a00;
	text-decoration: none;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.indent1 {
	margin: 0 0 0 6px;
}

.indent2 {
	margin: 0 0 0 12px;
	font-style: italic;
}

table.admin{
	background-color: #ffffff;
	border: 0px;
}
.adminnav{
	background-color: White;
	margin: 35 12 10 12px;
	border: 0px;
}



#error {
	font-weight: bold;
	margin: 0px auto;
	margin-top: 60px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 340px;
	color: #DA140A;	
	border: 1px dotted #DA140A;
}
#msg {
	font-weight: bold;
	margin: 0px auto;
	margin-top: 60px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 340px;
	border: 1px solid #999;
}
#warning {
	font-weight: bold;
	color: #DA140A;
}

.login_tbl {
	margin-top: 20px;
	width: 340px;
	border: 1px solid #999;
}
.bottomBdr {
	border-bottom: 1px dotted #001354;	
}
.butClass{ 
	border: 1px solid; 
	border-color: #636363; 
}

	
