/* anchor styles */
a.ContentGrid:link, a.ContentGrid:visited, a.ContentGrid:active, a.ContentGrid:hover{
	/* i inherit styles from the root anchor definitions */
}

/* container styles */
table.ContentGrid{
	width:100%;
}
td.ContentGridHeader{ 
/*	background:#040073 url(../_images/backgrounds/contentfade2.gif) repeat-x;  */
	padding:3px 5px;
	border-bottom:1px dotted #a9a992;
}
td.ContentGridFooter{
	background-image:url(../_images/backgrounds/contentfade_bottom.gif);
	background-repeat:repeat-x;
	font-size:5px;
}
td.ContentHeaderBody{
	padding-top:10px;
	}
	td.ContentHeaderBody ul{ list-style-type:none; margin:0; padding:0; }
hr.ContentGridSeperator{
	width: 80%;
	border-bottom: 1px #D3D3D3 dotted;
}

/* header styles */
h1.ContentGrid{
	color:Black;
	font-family:Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-transform:none;
}
h2.ContentGrid{
	color:#963a32;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	border-bottom:1px dotted #a9a992;
}
h3.ContentGrid{
	font-size:1em;
	font-weight:bold;
}

/* form styles */
label.ContentGrid{
}
select.ContentGrid{
	background-color:#F1F2F2;
	color:#999999;
	font-family:Verdana, Arial;
	font-size:10px;
	width:100px;
}