body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height:13px;
	color: #212121;
	background-image: url(images/structure/bg.gif);
}

p {
	margin-top:0px;
	margin-bottom:10px
}

a {
	text-decoration:none; 
	font-weight:normal;
	color:#bb0000;
}


a:hover {
	text-decoration:underline;
}

.grey {
	color:#787878;
}

.textcell {
	padding:10px 30px 0px 10px;
	text-align:left;
	vertical-align:top
}

.menucell {
	padding:10px 5px 0px 10px;
	text-align:left;
	vertical-align:top
}

.footer {	
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.footer a {
	color:#999999
}

.footer a:hover {
	color:#787878;
	text-decoration:underline;
}

H1 {
	font-size: 14px;
	color: #cc0000;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 0px;
	padding: 0px;
}

H2 {
	font-size: 12px;
	color: #bb0000;
	font-weight: bold;
	margin-top:0px;
	margin-bottom: 10px;	
	padding: 0px;
	line-height:15px;
}

H3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	margin-top:0;
	margin-bottom: 10px;
	padding: 0px;
}


ul {
	margin-left:18px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:8px;	
	padding:0px;
	list-style-image: url(images/structure/dash.gif);
}

ol {
	margin-left:25px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:8px;	
	padding:0px;
	list-style-type:lower-roman;
}

.plus {
	margin-left:18px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:8px;	
	padding:0px;
	list-style-image: url(images/structure/plus.gif);
}

.plus a {
	color:#333333	
}

.plus a:hover {
	color:#000000	
}

li {
	margin-bottom:3px;
	margin-top:0px;
}

HR {
	color: #c0cad7;
	width:100%;
	height:1px;	
	border-style:dashed;
}

form {
	padding:0px;
	margin:0px;
}

.textfields {
	background-color:#efefef;
	border:1px solid #cccccc;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

.button {	
	font-size: 9px;
	font-weight: bold;
	line-height:17px;
	color: #ffffff;
	background-color: #aa0000;
	border: 2px solid;
	padding:0px;
	border-color: #cc0000 #330000 #330000 #cc0000;	
	text-align: center;	
}

.red {
	color:#ab0000;
	font-weight:bold;
	margin-left:2px;
	margin-bottom:5px;	
}

.black {
	color:#212121;
	font-weight:bold
}