/* CSS Document */

body {
	color: #333366;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #ffffff;
	background-image: url(images/bg_bg.jpg);
	padding: 0px 0px 0px 0px;
	margin-top: 0px
	}

 a:link {
 	color: #ffffff;
 	text-decoration: none;
	font-size:12px
	}

 a:active {
 	color: #333366;
	text-decoration: none;
	font-size:12px
	}


a:visited {
 	color: #ffffff;
	text-decoration: none;
	font-size:12px
	}


a:hover {
 	color: #333366;
	text-decoration: none;
	font-size:12px
	}
		
 a.intext:link {
 	color: #333366;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	}

 a.intext:active {
 	color: #333366;
	text-decoration: underline;
	font-size:12px;
	font-weight: bold;
	font-style:	normal;
	}


a.intext:visited {
 	color: #333366;
	text-decoration: underline;
	font-size:12px;
	font-weight: normal;
	font-style: normal;
	}


a.bottom:hover {
 	color: #6699ff;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	}
	
 a.bottom:link {
 	color: #333366;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	}

 a.bottom:active {
 	color: #333366;
	text-decoration: none;
	font-size:10px;
	font-weight: bold;
	font-style:	normal;
	}


a.bottom:visited {
 	color: #333366;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	}


a.bottom:hover {
 	color: #6699ff;
	text-decoration: none;
	font-size:10px;
	font-weight: normal;
	font-style: normal;
	}	
	
.sidetext{color: #FFFFFF;
		padding-left: 10px
		}	
		
.navtop	{width: 700px;
		border: 3px solid #ff6600;
		text-align: center;
		padding-top: 60px
		}			
		
.content {width: 600px;
		border: 3px solid #ff6600;
		text-align: justify;
		padding: 20px;
		margin-top: 50px
		}			
		

