﻿/* CSS Document */
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	margin:10px;
}

.style1 {
	border-width: 0px;
	}

.style2 {
	text-align:center 
}

.style3 {
	text-align: right 
}

.style4 {
	margin-left:0px
}

a{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:hover{
	color:#FFA244;
	text-decoration:underline;
	font-weight:normal;
}

li{
	list-style: disc;
	list-style-type: disc;
}

/*general styles*/
.LgreyBar{
	background:url("media_images/left_border.gif")repeat-y center ;
	width:15px;
}






.RgreyBar{
	background:url("media_images/right_border.gif")repeat-y center ;
	width:15px;
}




/*general styles

.LgreyBar{
	background:url(images/left_border.gif) repeat-y center;
	width:15px;


*/








/*top menu*/
.button{
	background:url('media_images/button.gif') no-repeat left 50%;
	color:#000000;
	font-size:11px;
	text-align:center;
	vertical-align:middle;
	width:120px;
	height:18px;
}

.button a{
	display:block;
	color:#000000;
	text-align:center;
	text-decoration:none;
	width:120px;
	font-weight:normal;
}

.button a:hover{
	background:url('media_images/button_hover.gif') no-repeat left 50%;
	width:120px;
	height:18px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}

.button a:active{
	background:url('media_images/button_active.gif') no-repeat left 50%;
	width:120px;
	height:18px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	line-height:18px;
}
/*top menu*/

/*content*/
.Content{
	/*padding:10px;*/
}

.MainHead{
	font-size: 16px;
	text-transform: none;
	text-align: left;
	color:#00CC99
}

.MainHead2{
	font-size: 14px;
	text-transform: none;
	color:#00CC99;
	height: 38px;
}


.OrangeTxt{
	color:#FFA244;
	font-weight:bold;
}

.bookmark a {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}

.bookmark a:hover {
	color:#00CC99;
	text-decoration:none;
	font-weight: bold;
}

/*content*/

/*right side*/
.TheRight a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	border-width: 0px;
	float: none;
}

.TheRight a:hover{
	font-size:11px;
	font-weight:normal;
	color:#FFA244;
	text-decoration:underline;
}

/*right side*/

/*footer*/
.footer{
	font-size:11px;
}

.footer a{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
}

.footer a:hover{
	font-size:11px;
	text-decoration:underline;
	color:#FFA244;
	font-weight:normal;
}
/*footer*/


.style6 {
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}

































