/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #FFFFFF;
	font-size: 80%;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.main {
	height:550px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.top {
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.all {
	width: 100%;
	height: 600px;
	}
.content {
	width: 100%;
	height: 575px;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.bottom {
	width:100%;
	height:25px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

.blank {
	position: static;
	height:30px;
	width:300px;
	margin:0px 0px 0px 0px;
	padding:1px 0px 3px 3px;
}

h1 {
	font-size: 160%;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

h2 {
	font-size: 140%;
	color: #CCCCCC;
	font-weight: bold;
	text-align: center; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}
.text {
	font-size: smaller;
	padding-left: 3px;
	padding-right: 3px;
	margin-bottom:-10px;
	}
.text a:visited {
	color: #FF9900;
	text-decoration: none;
}
	
.ish {
	color:#6699CC;
	}
	
.dol {
	color: #FF9900;
	}

.lsc {
	color: #663366;
	}

.nmn {
	color: #003366;
	}

.textsmallest {
	font-size: xx-small;
	}
/* link */	

a:link {
	color: #003366;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #FF9900;
	text-decoration: underline;
}

a:active {
	color: #CC3300;
	text-decoration: underline;
}
