/* Common */
BODY, DIV, TD {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10pt;

}

DIV.Content {
	color : Black;
	background: White;
	font-size : 10pt;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

TD {
	vertical-align: top;
}

TD.content {
	border-top: 1px solid #0080FF
}

img {
	border: 0;
}

A {
	text-decoration: none;
	color: Black;
	font-weight: bold;
	text-transform: uppercase;
	font-size : 9pt;
	
}

A:hover {
	text-decoration: none;
	color: #0080FF;
	font-weight: bold;
	text-transform: uppercase;
	font-size : 9pt;
	
}


/* Menu */

a.MenuInc {
	text-decoration: none;
	color: Black;
	font-weight: bold;
	text-transform: uppercase;
	font-size : 8pt;
	
}

a.MenuInc:hover {
	color: #0080FF;
	font-size : 8pt;
}

a.MenuSel {
	text-decoration: none;
	color: Black;
	font-weight: bold;
	text-transform: uppercase;
	font-size : 8pt;
	
}

a.MenuSel:hover {
	color: #0080FF;
	font-size : 8pt;
}

TABLE.MenuBase {
	
}

TD.Menu2Base {
	padding-left: 2em; 
	padding-top: 2em;
}

TD.SubMenu {
	border-right: 1px solid #0080FF;
}

DIV.MenuInc {
	margin-left: 0;
	
}

DIV.MenuSel {
	margin-left: 0;

}

.doSelectLink {
	text-decoration: none;
}


/* Feedback */
.FeedbackBase {

}

.FeedbackHeader {


}

/* News */
.NewsArticleBase {
	border-width: 0;
	background: White;
} 

.NewsListBase {
	border-width: 0;
	background: White;
} 

.NewsBase {
	border-width: 0;
	background: #6E94B7;
}

.NewsHeader {
	background: #AFC6DB;
	font-weight: Bold;
}

TD.NewsContHeader {
	background: White;
	font-weight: Bold;
}

TD.NewsContent {
	background: White;
}

TD.doListRowEven {
		vertical-align: top;
		text-align: center;
		
}

TD.doListRowOdd {
		vertical-align: top;
		text-align: center;
}


