body {
	background-color: #233d4a;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:fixed;
}

body.in {
	background-color: #233d4a;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-position:right top;
	background-attachment:fixed;
}

body, table {
	text-align: left;
	vertical-align: middle;
	font-family:Georgia;
	font-size:14px;
	color:#233c49;
	margin: 0px;
	margin-top: 0px;
	}

a {
	text-decoration: underline;
	color:#233c49;
	font-family:Georgia;
	font-size:13px;
}

a:hover {
	text-decoration: none;
	color:#233c49;
	font-family:Georgia;
	font-size:13px;
}


a.local {
	border-bottom: none;
	text-decoration: none;
	color:#233c49;
	font-family:Georgia;
	font-size:13px;

}

a:hover.local {
	border-bottom: 1px dashed;
	text-decoration: none;
	color:#233c49;
	font-family:Georgia;
	font-size:13px;
}

table{
border-collapse:collapse;
}

table td{
padding:4px;
}

.logo{
	margin-top: 5px;
}

.name{
	font-family:Georgia;
	font-size:25px;
}

.title1{
	font-family:Georgia;
	font-size:50px;
	color:#ac334e;
}

.title2{
	font-family:Georgia;
	font-size:40px;
	color:#ac334e;
}

.title3{
	font-family:Georgia;
	font-size:17px;
	color:#233c49;
}

.topmenu {
	text-decoration: none;
	color:#699795;
	font-family:Verdana;
	font-size:13px;
}

.topmenu a {
	text-decoration: none;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
}

.topmenu a:hover {
	text-decoration: underline;
	color:#ffffff;
	font-family:Verdana;
	font-size:13px;
}

.captitle {
	font-weight: bold;
	color:#233d4a;
	font-family:Georgia;
	font-size:25px;
}