A:link, A:visited, A:active{
	color: #000000;
	text-decoration: underline;
}
A:hover{
	color: #FF6600;
	text-decoration: underline;
}
body{
	margin: 0px;
	background: #CCCCCC url(../images/bg.jpg);
	background-repeat: repeat-y;
	font-size: small;
	font-family: arial, verdana, sans-serif;
}
h1, h2{
	margin: 0px;
}
h1{
	font-size: large;
}
h2{
	padding: 3px;
	font-size: small;
	background: #CCCCCC url(../images/section.jpg);
	background-repeat: repeat-x;
	border: #999999 1px solid;
	margin-bottom: 5px;
}
.container{
	width: 700px;
	background: #FFFFFF url(../images/cbody.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 100%;
	position: absolute;
}
.invisible A:link, .invisible A:visited, .invisible A:active, .invisible A:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.page1{
	padding: 5px;
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.page1 A:link, .page1 A:visited, .page1 A:active, .page1 A:hover{
	margin-left: 15px;
	color: #000000;
	text-decoration: underline;
}
.page2{
	padding: 5px 0px 5px 10px;
}
.page3{
	padding: 5px 5px 5px 10px;
}
.page4{
	padding: 25px 5px 10px 10px;
	font-size: x-small;
	font-family: verdana, sans-serif;
}
.page4 A:link, .page4 A:visited, .page4 A:active, .page4 A:hover{
	color: #000000;
	text-decoration: underline;
}
.str{
	margin-top: 150px;
	text-align: center;
}
.str A:link, .str A:visited, .str A:active{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.str A:hover{
	color: #FF6600;
	text-decoration: none;
}