
body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #f1f1f1;
	font-family: Arial,Helvetica;
	margin-top:0px;
	margin-bottom:0px;
}

a, a:visited,a:active {
	color: #444444;
}
a:hover {
	text-decoration: none;
}




div {
	font-family: Arial,Helvetica;
	font-size: 12px;
}
div.total {
	text-align: left;
	background-color: #FFFFFF;
	width: 847px;
	border-right: 1px solid #ababab;
	border-left: 1px solid #ababab;

}

a img {
	border:0;
}

div.header { 
	padding: 15px;

	
}

div.header img.support {
	float:right;
}


div.footer {
	background-color; #FFFFFF;
	border-top: 6px solid #1d93c1;


}

div.footer div.content {
	border-top: 15px solid #9e9e9e;

	padding: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
}

div.footer div.logo {
	float: right;
}

div.footer div.text {

	color: #757575;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
}

div.menu {
	height:30px;
	padding-left: 20px;	
	background-image: url(../images/menu_bg.jpg);
}

div.menu a,
div.menu a:hover,
div.menu a:visited {
	padding-top: 7px;
	padding-bottom: 7px;
	display:block;
	float:left;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/menu_lineright.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration:none;
}


/* Home */

table.home_center td {
	padding: 15px;
	padding-bottom: 60px;
	text-align: justify;
}

table.home_center td img {
	display:block;
	margin-bottom: 15px;
}

table.home_bottom {

}

table.home_bottom tr.text td  {
	padding: 15px;	
	padding-bottom: 45px;
	text-align: justify;
}




table.home_bottom a.title {
	text-decoration: none;
	margin-bottom: 13px;
	display:block;
	width: 120px;
	font-size: 14px;
	color: #1a2f5b;
	background-image: url(../images/center_arrow.jpg);
	background-position: right;
	background-repeat: no-repeat;
	
}

table.home_bottom a.title:hover {
	background-image: url(../images/center_arrowright.jpg);
	background-position: right;
	background-repeat: no-repeat;

}


table.home_bottom tr.images td {
	border-top: 1px solid #CCCCCC;
}

table.home_bottom tr.text td {
	border-top: 1px solid #DDDDDD;
}

table.home_bottom td {
	border-right: 1px solid #DDDDDD;
}

table.home_bottom td.right {
	border-right: 0px solid #CCCCCC;
}


/* Form */
table.frm td {

	padding: 4px;
	padding-top: 10px;
	border-top: 1px solid #EFEFEF;

}
table.frm td input {
	width: 200px;
}
table.frm td textarea {
	width: 400px;
	height: 150px;
	margin-bottom: 10px;
}

table.frm tr.buttonrow td {
	text-align: center;
}

.jsvalidation{
color:#CC0000;
font-size:11px;
margin-left:10px;
}


