A:active {
	COLOR: #3333FF
}
A:hover {
	COLOR: #3333FF; TEXT-DECORATION: none
}
A:link {
	COLOR: #3333FF
}
A:visited {
	COLOR: #3333FF
}

body {
    background-color : #990000;
    background-image: url(http://www.167aday.com/layout/167_bg_red.gif);
    background-repeat: repeat; 
    font-family : verdana, helvetica;
    color : #000000;
    margin-top: 50px; 
	
}

#h1 { font-size: 16px; font-family:arial,verdana, helvetica; line-height: 1.5; font-weight: bold;  }
#h2 { font-size: 14px; font-family:arial,verdana, helvetica; text-align: line-height: 1.4; justify; font-weight: bold; }
#main { font-size: 12px; font-family:verdana, helvetica; }
#list { font-size: 11px; padding: 2px 5px; font-family: arial, verdana; }
#email { font-size: 12px; font-family:verdana, helvetica; }
#li { padding: 5px 5px; } 

#smalltext { font-size: 10px; font-family:verdana, helvetica; }


.err_lg {color:#D60031; font-size:14px; font-weight: bold; font-family:verdana, helvetica; text-align: center; }
.err_sm {color:#D60031; font-size:10px; font-weight: bold; font-family:verdana, helvetica; }
    
.formtitle { font-size:12px; font-weight: bold; font-family:verdana, helvetica; color:#DE7F01; }
.formtext { font-size:12px; font-weight: bold; font-family:verdana, helvetica; margin-left: 40px; }

.input {
	border-right: #699781 1px solid; 
	border-left: #699781 1px solid;
	border-top: #699781 1px solid;
	border-bottom: #699781 1px solid;
	font-size: 12px; 
	width: 175px; 
	COLOR: #700909; 
	font-family: verdana, helvetica; 
	font-weight: bold;
	height: 20px; 
	background-color: #ffffff; 
	align: center
}

.input_m {
	border-right: #699781 1px solid; 
	border-left: #699781 1px solid;
	border-top: #699781 1px solid;
	border-bottom: #699781 1px solid;
	font-size: 12px; 
	width: 125px; 
	COLOR: #700909; 
	font-family: verdana, helvetica; 
	font-weight: bold;
	height: 20px; 
	background-color: #ffffff; 
	align: center
}

.input_s {
	border-right: #699781 1px solid; 
	border-left: #699781 1px solid;
	border-top: #699781 1px solid;
	border-bottom: #699781 1px solid;
	font-size: 12px; 
	width: 75px; 
	COLOR: #700909; 
	font-family: verdana, helvetica; 
	font-weight: bold;
	height: 20px; 
	background-color: #ffffff; 
	align: center
}

.button {
    background: #FFFFFF; 
	color: #DE7F01; 
	border: 1px solid #DE7F01; 
	font-size: 10px; 
	height: 20px; 
	font-weight: bold;
	font-family:verdana, helvetica;
}

.button1 {
    background: #FFFFFF; 
	color: #DE7F01; 
	border: 1px solid #DE7F01; 
	font-size: 10px; 
	height: 20px; 
	font-weight: bold;
	font-family:verdana, helvetica;
}

.button2 {
    background: #FFFFFF; 
	color: #DE7F01; 
	border: 1px solid #DE7F01; 
	font-size: 10px; 
	height: 20px; 
	font-weight: bold;
	font-family:verdana, helvetica;
}

.boxbord {
	border-top: 1px solid #DE7F01;
	border-right: 1px solid #DE7F01;
	border-bottom: none;
	border-left: 1px solid #DE7F01;
}

.ordbord {
	border-top: 1px solid #DE7F01;
	border-right: 1px solid #DE7F01;
	border-bottom: 1px solid #DE7F01;
	border-left: 1px solid #DE7F01;
}

hr.thin
{
  height: 1px;
  background:red;
  padding: 0px;
}
.dropdown { 
    background-color:#E0E0E0; 
	border-style:1px; 
	font-size: 10; 
	color: #000000; 
	font-family: verdana, helvetica;
	width: 130px;
}
.input_error
{
	color: red;
}
div.input_success
{
  color: green;
}

.white { color: #FFFFFF; }
.silver { color: silver; }
.orange { color:#DE7F01; }
.red { color:#FC0000; }
.burg { color:#700909; }
.blue { color:#3300FF; }

.no_ul { text-decoration: none }
