/* When adding styles, please follow the naming covention in place:
   .(feature)(Type)(Attributes)
   feature    - content, nav, poll, peer, etc...
   Type       - Link, Text, SectionText, BorderCell, BodyCell, SectionCell, etc...
   Attributes - Tiny, Small, Medium, Big, Bold, etc...
*/

body {
	font-family: Tahoma;
	font-size: 12px;
	color : #274535;
	margin-top : 0px;
	margin-left : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
}

p {
	font-family: Tahoma;
	font-size: 12px;
	color : #274535;
}

.Default {
	font-family: Tahoma;
	font-size: 12px;
	color : #274535;
}

.Longtext {
	font-family: Tahoma;
	font-size: 13px;
	color : #274535;
}

.CompanyName {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	font-stretch : wider;
	color : #274535;
}

table.TopMenu {
	border-color : White White White White;
	background : #EEF2F0;
}

.SeparatorBar {
	background-color : #274535;
	border : none;
}

.SeparatorBarLight {
	background-color : #508969;
	border : none;
}

td.TopMenu {
	font-family: Tahoma;
	font-size: 12px;
	color : #274535;
}