body {
	background-color: #112244;
}

td {
	font-family: verdana, arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.column {
	padding: 3px;
}

#sub {
	display: block;
	padding: 3px;
	color: #666;
	background-color: #efefef;
    border-color: #666;
    border-style: dashed;
    border-width: 1px 1px 0px 1px;
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
}

#sub2 {
	display: block;
	padding: 3px;
	color: #666;
	background-color: #efefef;
    border-color: #666;
    border-style: dashed;
    border-width: 1px 1px 0px 1px;
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    font-weight: bold;
	margin-top: 5px;
}

#subContent {
	display: block;
	padding: 5px;
	color: #333333;
    border-color: #666;
    border-style:dashed;
    border-width: 1px;
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
    font-weight: normal;
}

.maintable {
	border-color: #fff;
    border-style: solid;
	border-width: 5px;
	background-color: #fff;
	/*background-image: url(images/bg.jpg);*/
}

.title {
	display: block;
	padding: 5px;
	color: #666;
    border-color: #666;
    background-color: #efefef;
    border-style: dashed;
    border-width: 1px;
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
}

.addy {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}

a:link, a:visited {
	color: #003366;
	text-decoration: none;
}

a:active, a:hover {
	color: #336699;
	text-decoration: underline;
}

ul {
	margin: 0px 0px 0px 16px;
	list-style-type : square;
}