body{
	font-family : verdana, sans-serif ;
	font-size : 10px;
	color : #FFFFFF;
}
td{
	font-family : verdana, sans-serif ;
	font-size : 10px;
}

/*link settings*/
a:link{
    color: #FFFFFF;
    text-decoration: none
}

a:visited{
    color: #FFFFFF;
    text-decoration: none
}

a:hover{
    color: #FFFFFF;
    text-decoration: none
}


/*font settings*/
.headline{
	font-family : verdana, sans-serif ;
	font-size : 11px;
	color: #ffffff;
	font-weight: bold;
}
.headline1{
	font-family : verdana, sans-serif ;
	font-size : 10px;
	color: #ffffff;
	font-weight: bold;
}
.small{
	font-family : verdana, sans-serif ;
	font-size : 10px;
	font-weight: normal;
}
.small1{
	font-family : verdana, sans-serif ;
	font-size : 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none
}


/*Color Settings*/
.bg_color1{
	background-color: #000000;
}
.bg_color2{
	background-color: #000000;
}
.bg_color3{
	background-color: #FD930A;
}
.bg_color4{
	background-color: #FD930A;
}

/*Form Settings*/
input, textarea, select{
	background-color : #ffffff;
	border : 1px solid #000000;
	font-family : verdana, sans-serif;
	font-size : 10px;
}