@charset "utf-8";

body{
direction: ltr;
margin-top:0px;
margin-bottom:0px;
background-color:#ffffff;
}

.homepage{
background-image:url(images/bg.gif);
background-repeat:repeat-x;
}

.inner_pages{
background-image:url(images/bg_short.gif);
background-repeat:repeat-x;
}

.thumb{
float:left;
border:solid 1px silver;
padding:3px;
margin-right:6px;
}

p, table, td{
	font-size: 12px;
    color: #666666;
    line-height: 130%;
	font-family: Arial, Tahoma;
    text-align: left;
	vertical-align:top;
}

.fright{float:right;}
	
.fleft{float:left;}

.vtop{vertical-align:top;}
	
.vmid{vertical-align:middle;}

.vbottom{vertical-align:bottom;}
	
.hcenter{text-align:center;}

.hright{text-align:right;}

.f14{font-size: 14px;}

.f16{font-size: 16px;}
	
.f20{font-size: 20px;}

.blue{color:#0055a4;}

.green{color:#8ec742;}

.bold{font-weight:bold;}

.spacer{height:10px;}

.ptop{padding-top:10px;}

.pbottom{padding-bottom:10px;}

.pright{padding-right:10px;}

.pleft{padding-left:10px;}

.mleft{margin-left:10px;}

.mright{margin-right:10px;}

.mbottom{margin-bottom:10px;}

.hide{display:none;}

.show{display:block;}

table.main{
	width:820px;
	}

hr  {
border: 0;
height: 1px;
color: #e2e2e2;
background-color: #e2e2e2;
margin: 2px 0 0 0;
}

/*hr{
border:0px;
color:#CCCCCC;
height:1px;
}*/
	
a:link{
	color:#0055a4;
	font-weight:bold;
	text-decoration: underline;
	}
a:hover{
	color:#8ec742;
	font-weight:bold;
	}
a:active{
	color:#0055a4;
	font-weight:bold;
	}
a:visited{
	color:#0055a4;
	font-weight:bold;
	}

a.menu:link, a.menu:active, a.menu:visited{
display:block;
width:111px;
height:32px;
background-image:url(images/menu_off.gif);
background-repeat:no-repeat;
color:#FFFFFF;
padding-top:8px;
text-align:center;
font-weight:bold;
text-decoration:none;
}

a.menu:hover, .menu_on{
display:block;
width:111px;
height:32px;
background-image:url(images/menu_on.gif);
background-repeat:no-repeat;
}

a.menu_on{
display:block;
width:111px;
height:32px;
background-image:url(images/menu_on.gif);
background-repeat:no-repeat;
color:#FFFFFF;
padding-top:8px;
text-align:center;
font-weight:bold;
text-decoration:none;
}

.menu_strip{
padding-top:80px;
text-align:left;
float:left;
}
.right_box{
border:1px solid #e6e6e6;
padding:10px;
width:206px;
}

.progbar{
width:150px;
height:6px;
background-color:#0055a4;}

.prog{
z-index:100;
width:100px;
height:6px;
background-color:#8ec742;}

.footer{
width:820px;
height:70px;
vertical-align:middle;
color:#666666;
padding-right:20px;
padding-left:20px;
background:#ececec;
}

.inputField { 
	font-size: 12px; 
	background-color: #ffffff; 
	border:solid 1px silver;
	width:180px;
	}
	
textArea{
	width:180px;
	height:80px;
	font-size: 12px; 
	background-color: #ffffff; 
	border:solid 1px silver;
	overflow:auto;
	}
	
.send{
background-color:#0055a4;
width:60px;
color:#FFFFFF;
border:0px;
}

a.tab:link, a.tab:active, a.tab:visited{
text-decoration:none;
background-image:url(images/arrow.gif);
background-repeat:no-repeat;
background-position:left;
vertical-align:middle;
padding-left:12px;
}


