A:link, A:visited, A:active, A:hover{
	color: #000000;
	text-decoration: underline;
}
body{
	margin: 0px;
	background: #999999;
}
body, div, td{
	font-size: small;
	font-family: arial, verdana, times;
}
.footer{
	text-align: center;
	padding: 5px;
	border-top: #333333 5px solid;
}
.footer A:link, .footer A:visited, .footer A:active, .footer A:hover{
	color: #000000;
	text-decoration: underline;
}
.frame{
	background: #FFFFFF;
}
h1, h2{
	margin: 0px;
}
h1{
	font-size: large;
	padding-left: 3px;
}
h2{
	font-size: small;
	padding: 3px;
	background: #CCCCCC url("../images/section.jpg") repeat-x;
	border: #999999 1px solid;
}
.header{
	background: #CCCCCC url("../images/logobg.jpg");
	background-repeat: repeat-x;
	border-bottom: #333333 5px solid;
}
.invisible A:link, .invisible A:visited, .invisible A:active, .invisible A:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.logo, .main{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.main{
	border-left: #333333 5px solid;
	border-right: #333333 5px solid;
}
.nav{
	background: #CCCCCC;
	border-top: #333333 5px solid;
	border-bottom: #333333 5px solid;
	text-align: center;
	padding: 5px;
	font-weight: bold;
}
.nav A:link, .nav A:visited, .nav A:active{
	color: #333333;
	text-decoration: none;
	padding-left: 7px;
	background: url("../images/arrow.gif") 0 50% no-repeat;
	font-size: 0.8em;
	margin-right: 10px;
}
.nav A:hover{
	color: #FFFFFF;
	text-decoration: none;
}
p{
	margin: 0px;
	padding: 3px;
}
.window{
	background: #B3B1C5;
}