/* CSS Document */
html,body {
	width:100%;
	height:100%;
	background-color: #333;
	margin:0px;
	border:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style5 {	
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FB6D00;
}
.style7 {
	font-size: 14px; 
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	}
.style8 {	
	color: #63AA26;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
a:link {
	color: #FB6D00;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #FB6D00;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #FB6D00;
	font-weight: bold;
	text-decoration:underline;
}
a:active {
	color: #999999;
	font-weight: bold;
	text-decoration:none;
}
#optiontext
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FFFFFF;
    FONT-VARIANT: normal;
	width:180px;
}
.button
{
    BORDER-RIGHT: #000000 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #000000 1px solid;
    PADDING-LEFT: 5px;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
	CURSOR: hand;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-STYLE: normal;
    FONT-FAMILY: Arial, Helvetica;
    BACKGROUND-COLOR: #FB6D00;
    FONT-VARIANT: normal
} 

