/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#3399FF;
	font-size: 18px;
	font-weight: bold;
}

.style2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.style3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	font-weight: none;
}

.style4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: none;
	line-height: 150%;
}

.style5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	font-weight: none;
}

.style6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
	color: #666666;
	line-height: 150%;
}

.style7 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: none;
	text-decoration: none;
	color: #666666;
}

.style8 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: none;
	text-decoration: none;
	color: #669900;
}

.twitter {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: none;
}

.body A:link {text-decoration: none; font-weight:none; color: #474036;}
.body A:visited {text-decoration: none; font-weight:none; color: #474036;}
.body A:active {text-decoration: none; font-weight:none; color: #474036;}
.body A:hover {text-decoration: underline overline; font-weight:none; color: #A00000;}

.body2 A:link {text-decoration: none; font-weight:none; color: #FFFFFF;}
.body2 A:visited {text-decoration: none; font-weight:none; color: #FFFFFF;}
.body2 A:active {text-decoration: none; font-weight:none; color: #FFFFFF;}
.body2 A:hover {text-decoration: underline overline; font-weight:none; color: #FFFFFF;}

TD.leftcolumn {
background-color:#CCCCCC;
background-image: url('images/index_r6_c1.jpg');
background-attachment: scroll;
background-repeat:no-repeat;
background-position: top;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(media/menug_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(media/menug_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(media/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}




