
body {
/*	margin: 0;
	padding: 0;
*/
	background : #ffffff;
}

body, p, td, th, div, span, input, select, form, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	voice-family: "\"}\"";   /* IE5 fix */
    voice-family: inherit;
	font-size: small;
	}

.text 
{
	font-size: 9pt;
}

h3
{
	font-size: 14pt;
}

.Default {
	color : #333333;
	font-weight : normal;
}

.stdErrorMsg 
{
	color: Red;
	font-size: 9pt;
}

/* Text Formatting */

.ParagraphDefault {
	color : #333333;
	font-weight : normal;
}

.ParagraphDefault A:link {
	color : blue;
	font-weight : normal;
}

.ParagraphDefault A:active {
	color : blue;
	font-weight : normal;
}

.ParagraphDefault A:visited {
	color : blue;
	font-weight : normal;
}

.ParagraphDefault A:hover {
	color : Navy;
	font-weight : normal;
}


.ParagraphHeading {
	color : #000066;
	font-weight : bold;
}

.ParagraphHeading2 {
	color: #039;
	font-size: small;
	font-weight : bold;
	line-height: 2em;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 5px;
}

.ParagraphHeading3 {
	color : #000000;
	font-weight : bold;
}

/* Might not be used */

.FormTitle {
	color : #000000;
}

/* Some Default Table Values */

.TableDefault {
	background-color : #ffffff;
	color : #333333;
	font-weight : normal;
}

.TableHeader {
	background-color : #003399;
	color : #eeeeee;
	font-weight : bold;
}

.TableSubHeader {
	background-color : #000066;
	color : #eeeeee;
	font-weight : bold;
}

.TableItemRowsLight {
	background-color : #ffffff;
	color : #333333;
	font-weight : normal;
	vertical-align : top;
}

.TableItemRowsDark {
	background-color : #DCE3E4;
	color : #333333;
	font-weight : normal;
	vertical-align : top;
}

.RedHighlightText {
	color : #FF0000;
	font-weight : bold;
}

/* form */
.firstRed {
	font-weight: bold;
	}
.firstRed:first-letter {
	color: #f00;
	}
.label {
	font-weight: bold;
	padding-left: 1.5em;
	}
.tip {
	color: #06c;
	}

/* Menu */
.NavLinks {
	border-bottom: 1px dashed #aaa;
	}
	
#sidemenu a {
	font-weight: bold;
	color: #000;	
	text-decoration: none;
	}
#menuhead {
	font-weight: bold;
	cursor: pointer;
	list-style-type: none;
	color: #000;	
	padding: 2px 5px;
	}	
#menulist li{
	padding: 1px 5px;
	background-color: #fff;
	}
#menulist li a {
	color: #039;
	text-decoration: none;
	font-weight: normal;	
	}
#menulist li a:hover {
	color: #039;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px dashed #aaa;	
	}	