@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;	
	background-color: #006A8A;
	background-image: url(/images/bkg_grad.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

a:link {
	color: #C3D936; text-decoration: underline;
}
a:visited {
	color: #C3D936; text-decoration: underline;
}
a:hover {
	color: #E57811; text-decoration: none;
}
a:active {
	color: #C3D936; text-decoration: underline;
}

div {
	margin: 4px;
	padding: 1px;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #FFF;
}

.leftcontent {
	margin: 4px;
	padding: 0px;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #666666;
}

.leftcontent a:link {
	color: #E57811; text-decoration: underline;
}
.leftcontent a:visited {
	color: #E57811; text-decoration: underline;
}
.leftcontent a:hover {
	color: #C3D936; text-decoration: none;
}
.leftcontent a:active {
	color: #E57811; text-decoration: underline;
}

.leftContent p{
	font-family: Tahoma; 
	font-size: 11px; 
	color: #666666;
}

.leftimage 
{
	float:left; margin: 0px 5px 0px 0px;
	border: 1px solid #c9c9c7;
}


.rightcontent {
	margin: 4px;
	padding: 0px;
	font-family: Tahoma; 
	font-size: 11px; 
	color: #FFF;
}

.rightcontent a:link {
	color: #C3D936; text-decoration: underline;
}
.rightcontent a:visited {
	color: #C3D936; text-decoration: underline;
}
.rightcontent a:hover {
	color: #E57811; text-decoration: none;
}
.rightcontent a:active {
	color: #C3D936; text-decoration: underline;
}





.h1 {
	font-size: 16px;
	font-family: Tahoma;
	font-weight: bold;
	color: #0a3c5f;
	letter-spacing: 2px;
}
.h2 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #C3D936;
	letter-spacing: 2px;
}

.h3 {
	line-height: normal;
	color: #666666;
	font-family: Tahoma;
	font-size: 11px;
	}

.h4 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #0a3c5f;
	letter-spacing: 2px;
}

.h5 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	color: #E57811;
	letter-spacing: 2px;
}


.view_more {
	color: #FFCC33;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}
.copyright {
	font-size: 10px; 
	font-family: Tahoma; 
	color: #999999;}

.bimage
{
	border: 1px solid #c9c9c7;
}