body {
	margin-top:  0pt;
	margin-left: 0pt;
   margin-right: 0pt;
   font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 9pt;
}

p, blockquote, br, span, ol, ul, li, dl tr, th, td, thead, tfoot, h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, blockquote, br, span, ol, ul, li, dl tr, th, td, thead, tfoot {
	font-size: 9pt;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

h4 {
	font-size: 10pt;
	font-weight: bold;
}


A:LINK  {
        text-decoration : none;
        color : #3f3fcd;
}

A:VISITED  {
        text-decoration : none;
        color : #3f3fcd;
}

A:HOVER  {
	text-decoration : none;
	color:#5275B5;
}
/*
A.topnav-b:LINK  {
        text-decoration : none;
        color : #FFFFFF;
	font-family: Arial, Verdana, Helvatica, Sans-Serif;
	font-size:10pt;
	font-weight: bold;
}

A.topnav-b:HOVER  {
        text-decoration : none;
        color: #FFFFFF;
	font-family: Arial, Verdana, Helvatica, Sans-Serif;
	font-size:10pt;
	font-weight: bold;
}

A.topnav-b:VISITED  {
        text-decoration : none;
        color : #FFFFFF;
	font-family: Arial, Verdana, Helvatica, Sans-Serif;
	font-size:10pt;
	font-weight: bold;
}

A.topnav:LINK  {
        text-decoration : none;
        color : #2b6180;
	font-family: Arial, Verdana, Helvatica, Sans-Serif;
	font-size:10pt;
}

A.topnav:HOVER  {
        text-decoration : none;
        color: #2b6180;
	font-family: Arial, Verdana, Helvatica, Sans-Serif;
	font-size:10pt;
	font-weight: bold;
}

A.topnav:VISITED  {
        text-decoration : none;
        color : #2b6180;
	font-family: Arial, Verdana, Helvatica, Sans-Serif;
	font-size:10pt;
}
*/
div.photoCaption
{
   font-weight:bold;
}
.small {
	font-size:9pt;
}



.redfont {
	color: #7B002C;
}

.greenfont {
	color: green;
}

.whitefont {
	color: white;
}

.th {
	color: white;
	font-weight: bold;
	font-size: 11pt;
}

.ContentTD
{
   padding-left: 10px;
}

.news_gutter {
	margin-top : 2pt;
	margin-bottom : 6pt;	
	margin-left : 4pt;
	margin-right : 20pt;
	font-size: 10pt;
}

.search_gutter {
	margin-top : 8pt;
	margin-bottom : 10pt;	
	margin-left : 0pt;
	margin-right : 0pt;
}
.footer
{
   	
	BACKGROUND-IMAGE: url(../images/footer.gif); 
	padding-bottom:8px;
}
.copyright {
	font-size:7pt;
	color: #BDBEC6;
	padding-right:4px;
}

.Label
{
   font-weight:bold;
}

/** Begin DataGrid Styles **/
.ListDataGrid 
{
	
}
tr.dataGridHeaderStyle {
	font-weight: bold;
	text-align:left;
	background-color:#5275B5;
	font-size:small;
}
td.dataGridHeaderStyle {
	font-size: 8px;
	background-color:#7B1008;
}
td.dataGridHeaderStyleSelected 
{
	font-size: 8px;
	color: #f8f8ff;
	
}
tr.dataGridItemStyle {
	font-weight: normal;
	color: black;
	font-family: Verdana, Arial;
	font-size:5px;
	
}
td.dataGridItemStyle 
{
	padding:3px;
	font-size:8px;
}
tr.dataGridItemStyleTitle {
	font-weight: bold;
	color: black;
	font-family: Verdana, Arial;
	font-size:small;
	
}
td.dataGridItemStyleTitle
{
	padding:3px;
	font-size:8px;
}
tr.dataGridSubItemStyle {
	font-weight: normal;
	color: black;
	font-family: Verdana, Arial;
	text-decoration:none;
	
}
td.dataGridSubItemStyle {
	font-weight: normal;
	color: black;
	font-family: Verdana, Arial;
	
	text-decoration:none;
}
.dataGridAlternatingItemStyle {
	font-weight: normal;
	color:Black;
	font-family: Verdana, Arial;
	background-color: #F0F0F4;
}
.dataGridPagerStyle {}
.dataGridLink {
	text-decoration: none;
	font-weight: normal;
}


