BODY {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 13px;
}

A {
	color: #0099cc;
	text-decoration: none;
}
A:hover {
	color: #003399;
	text-decoration: none;
}

A.Nav {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 0px solid #FFFFFF;
}
A.Nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

A.Admin {
	font-size: 12px;
	color: #888888;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 32px;
}
A.Admin:hover {
	color: #222222;
}

TD {
	font-family: Verdana;
	font-size: 13px;
	vertical-align: top;
}

TD.Header {
	height: 44px;
	background-color: #003366;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
	font-size: 14px;
	background-image:url('../images/header_bg.jpg');
	background-repeat:repeat-x;
}

.Header h1{display:none;}

TD.Menu {
	padding-left: 20px;
	padding-top: 20px;
	width: 160px;
	background-color: #008CBF;
}

TD.Content {
	padding: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 778px;
}

TH {
	background: url('../images/bh.jpg');
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

IMG {
	border: 0px;
}


HR {
	height: 1px;
	border: none;
	border-top: solid 1px #CCCCCC;
}

INPUT {
	font-family:Verdana;
	font-size:11px;
	margin:0px;
}

SELECT {
	font-family:Verdana;
	font-size:10px;
	margin:0px;
}

TEXTAREA {
	font-family:Verdana;
	font-size:11px;
	margin:0px;
}


DIV.sd_message {
	background-color: #DDDDDD;
	color: #555555;
	border: #888888 solid 1px;
	padding: 5px;
	padding-left: 25px;
	background-image:url('../../../images/info.gif');
	background-repeat:no-repeat;
	background-position:left;
}

DIV.HeaderButton {
	float: right;
	padding-right: 10px;
}

p { margin-left: 5; margin-top: 2; margin-bottom: 2 }

h1 { text-align: center; font-size: 22px; margin-bottom: 5 }
h2 { font-size: 18px; margin-bottom:2 ; margin-top: 2 }
h3 { font-size: 16px; margin-bottom:2 ; margin-top: 2 }
h4 { font-size: 13px; margin-left: 5; margin-top: 1; margin-bottom: 1}
h5 { font-size: 14px; margin-left: 5;strong }
/*
ul { margin-top: 2; margin-bottom: 2; margin-left: 5 } 
li { font-size: 10pt; margin-left: 1; margin-top: 1; margin-bottom: 1}
tr { font-size: 11pt; margin-left: 5; margin-top: 2; margin-bottom: 2 }
*/