@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.txtGrey {
	color: #676767;
}
.txtGrey2 {
	color: #989898;
}
a img
{
border:none;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #778d24;
}
.a1 {
	font-weight: bold;
	color: #666666;
}
.a1:hover {
	color: #778d24;
}
.a2 {
	color: #DEE8BB;
}
.a2:hover 
{
	color: #ffffff;
}
.a3 {
	color: #666666;
	text-decoration:underline;
}
.a3:hover {
	color: #778d24;
	text-decoration:none;
}	
.aSelected
{
color: #778d24;
font-weight: bold;
}
.bg_header {
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 121px;
}
.bg_home_body {
	background-image: url(images/bg_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
}
.footer {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 50px;
	color: #FFFFFF;
	padding-top: 5px;
}
table {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt13 {
	font-size: 13px;
}
.txt11 {
	font-size: 11px;
}

.txt14 {
	font-size: 14px;
}
.txtWhite {
	color: #FFFFFF;
}

.bg_dottedLine {
	background-image: url(images/bg_dotted_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 9px;
	display:block;
	width:100%;
}
.bg_header2 {
	background-image: url(images/bg_header2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 121px;
}
.head
{
font-family:"Klavika Light";
font-size:30px;
color:#676767;
/*background:url(images/dashedLine.gif) bottom repeat-x;*/
padding-bottom:5px;
width:365px;
font-weight:bold;
}