body {
	background-color: #fff;
	background-image: url();
	font-size:65%;
	color: #163e5f;
	font-family: tahoma, verdana, sans-serif;
	}

a:link, a:active {
	color: #595b30;
	text-decoration:none;
	font-weight:normal;
	}
	
a:visited {
	color: #74bbc1;
	text-decoration:none;
	font-weight:normal;
	}


a:hover {
	color: #163e5f;
	text-decoration:underline;
	font-weight:normal;
	}

	
img {
	border:0px;
	}

	
.image {
	width:539px;
	height:699px;
	position:absolute;
	top:1px;
	left:100px;
	}

.menu {
	position:absolute;
	top:190px;
	left:250px;
	}

.as {	
	width:250px;
	position:absolute;
	top:710px;
	left:270px;
	}


.content {
	width:250px;
	height:300px;
	position:absolute;
	top:205px;
	left:250px;
	padding:2px;
	overflow:auto;
	}
	
	
h1 {
	font-size:100%;
	color: #163e5f;
	font-weight:bold;
	text-align:center;
	margin:0px 40px 2px 0px;
	}
	
h2 {
	font-size:100%;
	color: #163e5f;
	font-weight:bold;
	text-align:center;
	margin:0px 40px 2px 0px;
	}


.center {
	text-align:center;
	}

strong {
  color: #543f71;
	}

input, textarea, select, option, radio {
	background-color: #fff;
	border: 1px solid #163e5f;
	font-size:10px;
	color: #163e5f;
	font-family: verdana, tahoma, sans-serif;
	}
