/* CSS Document */

body { 
  	margin: 0px;
	background-color: #010664;
	
}

h1 {    
font-family: Arial, sans-serif;
font-size: 22px;
color: #0944AE;
text-decoration: none;
font-weight: bold;
word-spacing: 3px;
}

h2 {    
font-family: Arial, sans-serif;
font-size: 14px;
color: #042259;
text-decoration: none;
font-weight: bold;
}

h3 {    
font-family: Arial, sans-serif;
font-size: 16px;
color: #0944AE;
text-decoration: none;
font-weight: bold;
}

table{
width: 782px;
background-image: url(images/tablfon.jpg);
}

#vtable{
width: 350px;
background-image: none;
}


#td1{
	float: left;
	width: 258px;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	font-family: Arial, sans-serif;
	text-align: center;
	padding-top: 45px;
	color: #042259;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#td2{
	float: left;
	width: 490px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #042259;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	line-height: 18px;
	padding-right: 19px;
	padding-left: 15px;
}

#td3{
	float: left;
	padding-right: 19px;
	width: 490px;
	background-image: url(images/content1.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #042259;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	line-height: 18px;
	padding-top: 5px;
}

#td4{
	float: left;
	width: 258px;
	background-image: url(images/left1.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	font-family: Arial, sans-serif;
	text-align: left;
	padding-top: 20px;
	color: #042259;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	
}
#td4 ul li{
 list-style-image: url(images/li.gif);
}

a{
color: #0080C0;
text-decoration: none;
}
 
a:hover{
background-color: #D1E8F8;
color: #1E90FF;
}

#menu
{
padding: .2em 0;
margin: 0;
list-style-type: none;
color: #FFF;
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
display: block;
background-image: url(images/top.jpg);
background-repeat: no-repeat;
background-position: center;
}

#menu a
{
text-decoration: none;
color: #fff;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#menu a:hover
{
background-color: #008FCE;
color: #fff;
}

#botmenu
{
padding: .2em 0;
margin: 0;
list-style-type: none;
color: #FFF;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
display: block;
background-image: url(images/bot.jpg);
background-repeat: no-repeat;
background-position: center;
}

#botmenu a
{
text-decoration: none;
color: #fff;
padding: .2em 1em;
border-right: 1px solid #fff;
}

#botmenu a:hover
{
background-color: #00ABF9;
color: #fff;
}
