body, html {
	background:#ccc;
	color:#555;
	font-family:Tahoma, sans-serif;
	font-size:13px;
	margin-top:15px;
	margin-bottom:20px;
}
a,a:visited {
	color:#1c9dc3;
	text-decoration:underline;
}
a:hover {
	color:#d23d6b;
}

input{color:#000000;background:#E3EAF0;border: 1px solid #464983}

.td{background:#EEF2F7}
.td2{background:#E3EAF0}

#main {
	width:80%;
	align:center;
	text-align:left;
	background:#fff;
	min-width:800px;
	margin:0;
	border: 1px solid #000;
}

#header {
	width:100%;
	height:120px;
}

#logo {
	width:300px;
	float:left;
	padding-left: 30px;
	padding-top: 15px;
	color:#5981b4;
}

#logo a, #logo a:hover {
	color:#5981b4;
	font-size:34px;
	font-weight:bold;
}

#menutop {
	width:100%;
	height:10px;
	border-top:1px solid #000;
}

#searchbox {
    align:center;
	width:60%;
	padding:30 30 15 30px;
	font-size:15px;
	font-weight:bold;
	background:#E3EAF0;
}
.sm
{
	font-size:11px;
}

#maintext {
	text-align:center;
	width:100%;
	margin:15 30 30 30px;
}

#maintext td {
	font-family:Tahoma, sans-serif;
	font-size:13px;
}

#text {
	width:92%;
	text-align: justify;
}

#footer {
	width:100%;
	height:10px;
	margin-top: 30px;
	padding: 5 30 5 30px;
	font-size:10px;
}
#footer a {
	text-decoration:none;
}

h1, h2, h3, h4 {
	font-weight:normal;
	font-family:Tahoma;
	color:#1c9dc3;
}

img.right
{
	float: right;
	margin: 6 6 0 15px;
}