/*
Orange #ff7f00;
Blue #0064AF;
Green #ADBD00;
Gray #A4A59D
*/

body {
	background-image : url(images/bk.gif); 
	background-repeat : repeat; 
} 
table {
	background-color : white;
}
td {
	font-size : 11px; 
	font-family : Arial; 
	text-decoration : none; 

}
table.border {
	background-color : white;
	width : 950px;
	border-width : thin medium thin medium;
	border-style : ridge ridge ridge ridge;
	border-color : #ADBD00 
}
table.dashed {
	background-color : white;
	/* width : 775px; */
}
td.dashed {
	background-color : white;
	padding : 1px;
	vertical-align: top;
	border-width : thin;
	border-style : dashed;
	border-color : #ADBD00;
}
td.nav a {
	color : black; 
	background-color : #ADBD00; 
	font-size : 13px; 
	border : 2px outset #ADBD00; 
	font-family : Arial; 
	text-decoration : none; 
	font-weight : bold; 
} 
td.nav a:hover {
	color : white; 
	background-color : #4B5105; 
	font-size : 13px; 
	border : 2px inset #ADBD00; 
	font-family : Arial; 
	text-decoration : none; 
	font-weight : bold; 
} 
a {
	color : #0C98C1; 
	font-size : 11px; 
	font-family : Arial; 
	text-decoration : none; 
	font-weight : bold;
} 
a:hover {
	color : black; 
	font-size : 11px; 
	font-family : Arial; 
	text-decoration : none; 
	font-weight : bold; 
} 
p {
	color : black; 
	margin-top : 5px; 
	padding-bottom : 10px; 
	margin-bottom : 0; 
	margin-left : 10px; 
	margin-right : 10px; 
	font-size : 11px; 
	font-family : Tahoma, Verdana, Arial; 
} 
div {
	color : black; 
	margin-top : 5px; 
	padding-bottom : 10px; 
	margin-bottom : 0; 
	margin-left : 10px; 
	margin-right : 10px; 
	font-size : 11px; 
	font-family : Tahoma, Verdana, Arial; 
} 
textarea {
	color : black; 
	margin-top : 5px; 
	padding-bottom : 10px; 
	margin-bottom : 0; 
	margin-left : 0px; 
	margin-right : 10px; 
	font-size : 10px; 
	font-family : Arial; 
} 

H1 {
	color : #A4A59D; 
	font-style : normal; 
	font-weight : bold; 
	font-size : 13pt; 
	font-family : Verdana, Helvetica, Arial, sans-serif; 
} 
H2 {
	color : #A4A59D; 
	font-style : normal; 
	font-weight : bold; 
	font-size : 12pt; 
	font-family : Arial, sans-serif; 
} 
H3 {
	color : #A4A59D; 
	font-style : normal; 
	font-weight : bold; 
	font-size : 11pt; 
	font-family : Arial, sans-serif; 
} 
ul {
	list-style-type : square; 
	color : black; 
	font-family : Arial; 
	text-decoration : none; 
	/* font-weight : bold; */
	font-size : 11px; 
}
legend {
	font-family: Geneva, Arial, Helvetica, san-serif;
	text-align: left;
	color: #0064AF;
	font-weight: bold;
	font-size:10pt;
}
fieldset {
	border: 1px #0064AF solid;
	padding: 5px;
	font-size:9pt;
}
