body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FF3300;
	font-size: 12px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: square;
	list-style-position: outside;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: decimal;
	list-style-position: outside;
}

#navin {

	text-align: left;
	background-color: white;
	margin: 1px;
	font-family: arial;
	font-size: 10px;
}

#navin a:link {
	color: black;
	text-decoration: none;
	line-height: 2em;	
	background-color: #F5f7f7;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 180px;
	border-top: 1px solid #FF3300;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #FF3300;
	background-repeat: no-repeat;
	}
#navin a:visited {
	color: black;
	text-decoration: none;
	line-height: 2em;	
	background-color: #F5f7f7;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 180px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;
	}
#navin a:active {
	color: black;
	text-decoration: none;
	line-height: 2em;	
	background-color: white;
	display: block;
	padding: 3px 0px 3px 12px;
	width: 180px;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #EEEEEE;
	background-repeat: no-repeat;
	}

#navin a:hover {	
	background-color: #FF3300;
	line-height: 2em;	
	color: black;
	background-repeat: no-repeat;

	}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
a:link {
	color: black;
	font-family: arial;
	font-size: 10pt; 
	text-decoration: underline;
	}
a:visited {
	color: black;
	font-family: arial;
	font-size: 10pt; 
	text-decoration: underline;
	}
a:hover {	
	color: white;
	background-color: black;
	text-decoration: underline
	}
.bgwhite {
	background-color: #FFFFFF;
	font-variant: small-caps;
	border: solid #000000;

}
