/* CSS Document */
body{
	color:#ffffff;
	background-color:#232323;
	}
/*td{*/
	/*background-color:#3399cc;*/
	/*background-color:#ff4e00;*/
	/*background-color:#ff8a00;*/
	/*}*/
/*page title*/
h1 { 
color : #ff8a00;
font-weight: Bold;
font-style : normal;
font-size  : 36px;
font-family: Arial, Helvetica, Verdana;
/*border-bottom: medium solid #000000;*/
margin-left: 0px;
margin-right: 0px;
margin-top: 25px;
margin-bottom: 5px;
}
/*subtitle*/
h2 {
color : #ff8a00;
font-weight: Bold;
font-style : normal;
font-size  : 16px;
font-family: Arial, Helvetica, Verdana;
/*border-bottom-style: dotted;
border-bottom-width: thin;*/
margin-left: 0px;
margin-right: 0px;
margin-top: 15px;
margin-bottom: 5px;
}
/*body text bold*/
h6 {
color : #424141;
font-weight: bold;
font-style : normal;
font-size  : 14px;
font-family: Arial, Helvetica, Verdana;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 0px;
}
/*body text*/
h3 {
color : #424141;
font-weight: normal;
font-style : normal;
font-size  : 14px;
font-family: Arial, Helvetica, Verdana;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
}
/*body text small*/
h4 {
color : #424141;
font-weight: normal;
font-style : normal;
font-size  : 11px;
font-family: Arial, Helvetica, Verdana;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 5px;
}
/*body text with margin*/
h5 {
color : #424141;
font-weight: normal;
font-style : normal;
font-size  : 14px;
font-family: Arial, Helvetica, Verdana;
margin-left: 25px;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 5px;
}
/*link*/
.class1 A:link {font-weight: Bold; font-style: normal; font-size: 16px; font-family: Arial, Helvetica, Verdana; color:#ff8a00}
.class1 A:visited {font-weight: Bold; font-style: normal; font-size: 16px; font-family: Arial, Helvetica, Verdana; color: #ff8a00}
.class1 A:active {font-weight: Bold; font-style: normal; font-size: 16px; font-family: Arial, Helvetica, Verdana; color: none}
.class1 A:hover {font-weight: Bold; font-style: normal; font-size: 16px; font-family: Arial, Helvetica, Verdana; text-decoration: underline; color: #ffffff;}

/*a:link {
color : #ff8a00;
font-weight: normal;
font-style : normal;
font-size  : 14px;
font-family: Arial, Helvetica, Verdana;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 5px;}*/
/*visited link*/
/*a:visited {
color: #ff8a00;
font-weight: normal;
font-style : normal;
font-size  : 14px;
font-family: Arial, Helvetica, Verdana;
margin-left: 0px;
margin-right: 0px;
margin-top: 5px;
margin-bottom: 5px;
}*/