/* CSS Document */

body, DD, DL, BLOCKQUOTE{
	margin: 6px auto 12px auto;
	background:url("../images/background_pixel.gif"); 
	background-repeat: repeat;
	background-position: top;
	font-size: 10pt;
	color: #666666;
	vertical-align:top;
}

p, ol, li {
	margin-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 12pt;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	vertical-align: top;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;	
}

td.shadow_bottom {
	background:url("../images/repeat_shadow_bottom.gif");	
	background-repeat: repeat-x;
}

td.shadow_right {
	background:url("../images/repeat_shadow_right.gif");	
	background-repeat: repeat-y;
}

td.shadow_corner {
	background:url("../images/shadow_corner_right.gif");	
	background-repeat: no-repeat;
}
td.corner_bottom_left {
	background:url("../images/corner_bottom_left.gif");	
	background-repeat: no-repeat;
}

td.corner_top_right {
	background:url("../images/corner_right_top.gif");	
	background-repeat: no-repeat;
}


.home_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	line-height: 12pt;
	font-weight: bold;		
}

.sub_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #990033;;
	line-height: 12pt;
	font-weight: bold;		
}

a, a:visited {
	text-decoration:none;
	color: #990033;
}


a:hover {
	text-decoration:underline;
}

#errormsg {
	border:1px solid #c00;
	background-color:#FFFFFF;
	padding:2px;
	width:35em;
}    

.error {
	background:#fcc;
}

.red {
	color:#FF0000
}			