select , input , textarea {
	font-family : Arial, Helvetica;
	font-size : 11px;
	color : #333333;
	background-color : #ffffff;

}

h1 {
	font-family : Arial;
	padding-left:5px;
	font-size : 20px;
	font-weight:bold;
	color : #333333;
	line-height: 1.5;

}

h2 {
	font-family : Arial;
	font-size : 15px;
	font-weight:bold;
	color : #333333;
	line-height: 1.2;

}

h3 {
	font-family : Arial;
	font-size : 13px;
	color : #333333;
	line-height: 1.2;

}

	td {
	font-family : Arial;
	font-size : 12px;
	color : #333333;

}


.nav {
	font-family : Arial;
	font-size : 13px;
	color : #333333;

}

.nav a:link {
	font-family : Arial;
	font-size : 13px;
	color : #333333;
	text-decoration : none;

}

.nav a:visited {
	color : #333333;
	text-decoration : none;

}

.nav a:hover {
	color : #ff6600;
	text-decoration : none;

}

	a:link {
	font-family : Arial;
	font-size : 12px;
	color : #333333;
	font-weight : bold;
	text-decoration : none;

}
	a:visited {
	color : #333333;
	font-weight : bold;
	text-decoration : none;

}
	a:hover {
	color : #ff6600;
	font-weight : bold;
	text-decoration : none;

}
	a:active {
	color : #ff6600;
	font-weight : bold;
	text-decoration : none;

}
	.red {
	font-family : Arial;
	font-size : 12px;
	color : #ff6633;
	line-height : 13pt;

}
	.white {
	font-family : Arial;
	font-size : 12px;
	color : white;
	line-height : 13pt;

}
	.white a:link {
	font-family : Arial;
	font-size : 12px;
	color : white;
	text-decoration : none;

}
	.white a:visited {
	font-family : Arial;
	font-size : 12px;
	color : white;
	text-decoration : none;

}
	.white a:hover {
	font-family : Arial;
	font-size : 12px;
	color : yellow;
	text-decoration : none;

}
	.white a:active {
	font-family : Arial;
	font-size : 12px;
	color : yellow;
	text-decoration : none;

}
	.small {
	font-family : Arial;
	color:#333333;
	font-size : 11px;
	line-height : 12pt;

}
	.small a:link {
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;

}
	.small a:visited {
	font-family : Arial;
	font-size : 11px;
	text-decoration : none;

}
	.small a:hover {
	font-family : Arial;
	font-size : 11px;
	color : red;
	text-decoration : none;

}
	.small a:active {
	font-family : Arial;
	font-size : 11px;
	color : red;
	text-decoration : none;

}
	.smallwhite {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}
	.smallwhite a:link {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}
	.smallwhite a:visited {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}
	.smallwhite a:hover {
	font-family : Arial;
	font-size : 11px;
	color : yellow;
	text-decoration : none;

}
	.smallwhite a:active {
	font-family : Arial;
	font-size : 11px;
	color : white;
	text-decoration : none;

}

#dropmenudiv{
	position:absolute;
    border: #333333 1px solid;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
}

#dropmenudiv a{
	text-decoration: none;
	color: #333333;
	display: block;
	font-weight:normal;
}

#dropmenudiv a:hover{
	color: #FFFFFF;
	background-color:#333333;

}
