body, div, span, p, pre, label, table, td, th, ol, ul { 
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif; 
	font-size: 11px; 
}
body {
		margin:0px; 
		background-image:url(images/body_bg.gif); 
		background-repeat:repeat-y; 
		background-position:top center; 
		background-color:#ccc;
}
body,td {
		font-family:arial,verdana,sans-serif;
		font-size:11px;
}
b, strong { 
	font-weight: bold; 
}
i, em { 
	font-style: italic; 
}
sup,sub{ 
	font-size: .8em; 
}
hr {
	background-color:#CCC;
	color:#CCC;
	height:1px;
	border:0;
}
small { 
	font-size: .8em; 
}
a:link {
	color: #ED1C24;
	text-decoration:none;
}
a:visited {
	color: #ED1C24;
	text-decoration:none;
}
a:active {
	color: #ED1C24;
	text-decoration:none;
}
a:hover {
	color: #ED1C24;
	text-decoration:underline;
}

form, input, select, textarea { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
}
input,select { 
	font-family: Arial,Helvetica;   
	font-size: 1em;
}
label { 
	font-size: 1em; 
	font-weight: bold; 
}

h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 { 
	font-family: Arial, Helvetica, sans-serif;   
}
h1,.h1 { 
	font-size: 24px;
}
h2,.h2 { 
	font-size: 22px;
}
h3,.h3 { 
	font-size: 20px;
}
h4,.h4 { 
	font-size: 18px;
}
h5,.h5 { 
	font-size: 16px;
}
h6,.h6 { 
	font-size: 14px;
}

ol {}
ol ol {}
ol ol ol {}
ul {}
ul ul {}
ul ul ul {}
li {
	list-style:circle;
}