html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, a, form, br, img, td, tr, table {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	line-height: 2;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;

}
p, ul, li, a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #AAA;
	text-decoration: none;
	line-height: 2;
}
a:hover{
	color:#CC0000;	
}
a{
	text-decoration:underline;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF99;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
	margin:40px 0 15px 0;
	border-bottom: 1px double #AAA;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#CCC;
	text-decoration: none;
	padding: 5px 0;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#CCC;
	text-decoration: none;
	padding: 5px 0;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
h6 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #BBB;
	text-decoration: none;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	vertical-align: text-top;
}
.error{
	color:#FF0000;
	font-weight:bold;
}
.img {
	border: 1px solid #000000;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
