html, body{
	margin: 0px;
	background-color: #F6F6F6;
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 11px;
	color: #323232;
	height: 100%;
}

p, td, li, ul {
	font-family: Arial;
	font-size: 12px;
	color: #383838;
}
h1 {
	
	font-family: Arial;
	font-size: 16px;
	color: #323232;
	font-weight: bold;

}
a:link, a:visited{
	font-family: Arial;
	font-size: 11px;
	
	color: #970B13;
	text-decoration: underline;
}
a:hover{
	font-family: Arial;
	font-size: 11px;
	
	color: #FD4600;
	text-decoration: underline;
}
a:active{
	font-family: Arial;
	font-size: 11px;
	
	color: #970B13;
	text-decoration: underline;
}



.temdown {
	background: #228CC6;
	color: #F7EDE8;
	font-size: 11px;
	font-family: Arial;
}
.temdown a{
	color: #FF7C4A;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
}
.temdown a:hover{
	color: #FF7E4D;
	font-size: 11px;
	font-family: Arial;
	text-decoration: underline;
}

.m1 {
	color: #166F91;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
.m1 a{
	color: #207CB1;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
}
.m1 a:hover	{
	color: #FA4D06;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
	padding-left: 20px;
}