@CHARSET "UTF-8";

html, body {
	margin:0px;
	border:0px;
	padding:0px;
	line-height:18px;
	font-family: Arial, Helvetica;
	font-size:12px;
	color:black;
	background-color:#FFF;
	height:100%;
	width:100%;
}

form{
	margin:0;
	padding:0;	
	border:0;
}

a{
	color:#BE0000;
}
a:hover{
	color:#000;
}

ul{
	list-style-type:none;
	padding-left:5px;
	margin:0px;
	
}
li{
	background-image:url(images/site/orderedlist_icon.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:10px;
}

.contentHorizontalRule{
	height:2px;
	line-height:2px;
	background-image:url(/images/site/rule.gif);
	background-repeat:repeat-x;
}

.liSearch{
	background-image:url(images/site/orderedlist_icon.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:10px;
	font-family: Arial, Helvetica;
	font-size:12px;
	margin-bottom:10px;
}
	.liSearch a{
		font-weight:bold;
	}

.footLink{
	font-family:Arial, Helvetica;
	font-size:11px;
	font-weight:normal;
	color:#999999;
	text-decoration:underline;
}
