A:link {
	font-size: 11px;	
	font-family :georgia,trebuchet ms,helvetica;
	Color: #2F6197;
	text-decoration: none;
}
A:active {
	font-size: 11px;
	font-family :georgia,trebuchet ms,helvetica;
	Color: #2F6197;
	text-decoration: none;
}
A:visited {
	font-size:11px;
	font-family :georgia,trebuchet ms,helvetica;
	Color: #2F6197;
	text-decoration: none;
}
A:hover {
	font-size: 11px;
	font-family :georgia,trebuchet ms,helvetica;
	Color: #333333;
	text-decoration: underline;
}

A.footer:link {
	font-size: 11px;
	font-family :georgia,trebuchet ms,helvetica;
	Color: #ffffff;
	text-decoration: underline;
}
A.footer:active {
	font-size: 11px;
	font-family :georgia,trebuchet ms,helvetica;
	Color: #ffffff;
	text-decoration: underline;
}
A.footer:visited {
	font-size:11px;
	font-family :georgia,trebuchet ms,helvetica;
	Color: #ffffff;
	text-decoration: underline;
}
A.footer:hover {
	font-size: 11px;
	font-family :georgia,trebuchet ms,helvetica;
	Color: #000000;
	text-decoration: none;
}

body  {
	margin: 0px;
	padding:0px;
	background-image: url(../images/bg.gif);
	text-decoration: none;
	font-size: 12px;
	font-family: georgia,trebuchet ms, Helvetica, Arial, san serif;
	color: #5D5D5D;
	font-weight:normal;
}

.bgimage{
background-image: url(../images/sub_content_bg.gif);
background-repeat: no-repeat;

}

.bgimage2{
background-image: url(../images/sub_content_bg2.gif);
background-repeat: no-repeat;
}

.bgimage3{
background-image: url(../images/content_bg.gif);
background-repeat: repeat;
}

td{
	font-size: 8pt;
    line-height: 20px;
	Color: #434343;
	text-align: justify;
}

b{
	font-size: 8pt;
    line-height: 20px;
	Color: #434343;
}

strong {
	font-size: 8pt;
    line-height: 20px;
	Color: #434343;
}


.copyright{
	font-size: 8pt;
    line-height: 20px;
	Color: #6B5937;
}

h1 { 
font-family : georgia, trebuchet, sans-serif; 
background : transparent; 
color : #296194; 
font-size: 16px;
}

h2 {
font-family : georgia, trebuchet, sans-serif; 
background : transparent; 
color : #296194; 
font-size: 14px;
}

h3 { 
font-family : georgia, trebuchet, sans-serif; 
background : transparent; 
color : #333333; 
font-size: 12px;
}

h4 { 
font-family : georgia, trebuchet, sans-serif; 
background : transparent; 
color : #333333; 
font-size: 10px;
}

/*Style for the contact form*/
#fcf2 {
font-family:"Trebuchet MS", Verdana, Arial, sans-serif;

margin:5px;

width:450px;
}

#fcf2 p {
text-align:center;
padding:8px;
}
#fcf2 em {
color:#F00;
}
#fcf2 div.r {
clear: both;
padding-top: 15px;

}
#fcf2 label {
float: left;
width: 120px;
text-align: right;
}
#fcf2 span.f {
float: right;
width: 315px;
text-align: left;
}
#fcf2 div.sp {
clear: both;
}
#fcf2 .req {
font-weight:normal;
}
#fcf2 input, #fcf2 textarea {
background: #FFF;
border:1px solid #000;
padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
background: #f2f2f2;
border:1px solid #3D5686;
}