
body  
{
    background: #ffffff url('../images/page_bg.jpg') repeat-x;
    font-size: 8pt; 
    font-family: Verdana; 
    color:black; 
    text-decoration:none; 
    border:0px;
    padding:0px;
    margin:0px;
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
} 
html 
{
    border:0px;
    padding-right:0px;
    margin:0px;
    
}
  
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(../images/menub_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../images/menub_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(../images/menub_hover_right.gif) no-repeat right top; /*right tab image path*/
}

img {
	border:0px;
}


a:link {
		color:#336699;
		font-size:10pt;
		text-decoration:none;
}
a:visited {
		color:#E66C2C;
		font-size:10pt;
		text-decoration:none;
}
a:active {
		color:#E66C2C;
		font-size:10pt;
		text-decoration:none;
}
a:hover {
	color:#336699;
	font-size:10pt;
	text-decoration: underline;
}

.headerfont { 
    color:#333333;
    font-family:Arial;
    font-size:12pt;
    font-weight:bold;
    margin-top:0px;
    margin-bottom:12px;
}
.headercolor {
    color:#A5D6A9;
}
.darkheadercolor{
    color:#74A377;	
}
.boldGreenFont {
    text-decoration:none;
    color:#336938;
	font-size:12pt;
	font-weight:bold;
	font-family:arial;
}	
.smallGreenFont {
    text-decoration:none;
    color:#336938;
	font-size:9pt;
	font-weight:bold;
	font-family:arial;
}	
.middleGreenFont {
    text-decoration:none;
    color:#336938;
	font-size:10pt;
	font-weight:bold;
	font-family:arial;
}	
.smallOrangeFont {
    text-decoration:none;
    color:#EDB960;
	font-size:9pt;
	FONT-FAMILY: Arial, 'Times New Roman', Helvetica, sans-serif
}	
.italicOrangeFont {
    text-decoration:none;
    color:#EDB960;
	font-size:8pt;
	font-family:arial black;
	font-style:italic;
}	

.smallGreenFontNotBold {
    text-decoration:none;
    color:#336938;
	font-size:9pt;
	font-family:arial;
}
.smallBlackFont {
    text-decoration:none;
    color:#336938;
	font-size:8pt;
	font-family:arial;
}

.txtFormNormal
{
    FONT-SIZE: 9pt;
    COLOR: #525559;
    FONT-FAMILY: Arial, 'Times New Roman', Helvetica, sans-serif
}

.txtExLargeBlue
{
    FONT-SIZE: 16pt;
    COLOR: #08529C;
    FONT-FAMILY:  Arial, 'Times New Roman', Helvetica, sans-serif, 'Lucida Handwriting'
}

.txtLargeBlue
{
    FONT-SIZE: 12pt;
    COLOR: #08529C;
    FONT-FAMILY: Arial, 'Times New Roman', Helvetica, sans-serif
}

.txtNormalBlue
{
    FONT-SIZE: 10pt;
    COLOR: #08529C;
    FONT-FAMILY: Arial, 'Times New Roman', Helvetica, sans-serif
}

.txtFormSubPart
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}


.txtFormWhite
{
    FONT-SIZE: 8pt;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, 'Times New Roman', Helvetica, sans-serif
}

.txtFormWhiteHdr
{
    FONT-SIZE: 8pt;
    font-weight:bold;
    COLOR: #FFFFFF;
    FONT-FAMILY: Arial, 'Times New Roman', Helvetica, sans-serif
}

