@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
/*body a {
color: cyan;
text-decoration:none;
border-bottom:1px solid cyan;
}
body a:hover {
	color: #ffcc33;
	border-bottom:1px solid #ffcc33;
}

body a:visited {
	color:#cccccc;
	border-bottom: 1px solid #ffcc33;}
*/

A:link {color:cyan}
A:visited {color:#ffcc33}
A:hover {color:yellow}

li.docs{margin-bottom:6pt;}




#container {
	margin-left:70px;
   	width: 824px;
padding-left: 10px;
	border: solid #666666 2px;}

#menu {
	color: #ffffff;
	font-weight: bold;
	margin: 0 auto;
	margin-top:10px;
	border-top: solid #ffffff 1px;
	border-bottom: solid #ffffff 1px;
	margin-bottom: 15px;

}
#menu a {
	font-weight: bold;
	Padding:4px;
	text-decoration: none;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom:none;}
	
	
	#menu a:visited {color: #FFCC33;
	text-decoration: none;}
	
	
#menu a:hover {
	color:yellow;
	text-decoration: none;

}
.titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

.box {
	padding: 15px;
	text-align: justify;

}
.box2 {
	padding: 15px;
	text-align: center;

}
.coach {font-style: italic;}