BODY {
	background-color : White;
}
BODY, TABLE, TD, TH, TR {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
OL, LI, P, UL, FORM {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}
A, A:ACTIVE, A:LINK A:VISITED {
	color : Gray;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : transparent;
}
A:HOVER {
	color : Gray;
	text-decoration : none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	background-color : transparent;
}

H6 {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : Gray;
}
H5 {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Gray;
}
H4 {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : Gray;
}
H3 {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : Gray;
}
H2 {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : Gray;
}
H1 {
	background-color : transparent;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : Gray;
}
HR {
	height : 1px;
	color : Gray;
	border : 0px solid Gray;
	background : Gray;
}
BODY, OL, LI, TABLE, TD, TH, TR, UL, FORM {
	color : Gray;
}

TABLE {
	border-color : Gray;
	border-style : solid;
	border-width : 0px;
}
TD {
	border-color : Gray;
	border-style : solid;
	border-width : 0px;
}
PRE {
	font-family : "Courier New", Courier, monospace;
}
.grey_td_background {
	background : Gray;
}
.submit_button{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 12px;
	background: Gray;
	border: 1px solid White;
	color : Gray;
	text-align : left;
}
.orchid_BG{
	background-image : url(images/orchids2.jpg);
	background : url(images/orchids2.jpg) no-repeat;
	background-repeat : no-repeat;
}

.light_background {
	background : #FFFFFF;
}
.medium_light_background {
	background : #CCCCCC;
}
.medium_dark_background {
	background : #999999;
}
.dark_background {
	background : #666666;
}

#content {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

#content .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}

#contentLast {
	width:95%;
	font-size:11px;
	font-family:Trebuchet MS, verdana, arial;
	color: #333333;
	padding-top:6px;
}

#contentLast .header{
	font-size:9px;
	font-weight:bold;
	color: #999;
}
