	.box_title{
		border:thick;
		border:#FFCC00;
		font-size:14px;
		font-weight:bold;
		color:#FFCC00;
		background:#555555;
	}
	.title{
		font-family:Verdana;
		font-size:20px;
		font-weight:bold;
		color:#FFCC00;
		background-color:#000000;
	}
	.box_text{
		background:#FFFFFF;
		border:thick;
		border:#FFCC00;
		font-size:12px;
		color:#000000;
		vertical-align:text-top;
	}
	.box{
		border-style:solid;
		border-width:medium;
		border-color:#FFCC00;
		width: 100%
	}
	.main{
		background:#E1E1E1;
		font-family:Verdana;
		width:100%;
	}
	
	.subtext{
		color:#FFCC00;
		font-size:12px;
		text-align:center;
		font-family:Verdana;
	}
	
	.subtext_title{
		color:#FFFFFF;
		font-size:14px;
		text-align:center;
		font-family:Verdana;
	}
	
	.navbar{
		border-left-color:#000000;
		border-right-color:#000000;
		border-left-style:solid;
		border-right-style:solid;
		border-width:thin;
	}
	
	a:link img{
		border-style:none;
	}
	a:hover img{
		border-style:none;
	}
	a:visited img{
		border-style:none;
	}
	
	a:link{
		text-decoration:none;
		color:#FFCC00;
		font-weight:bold;
	}
	
	a:hover{
		text-decoration:none;
		color:#FF9900;
		font-weight:bold;
	}
	
	a:visited{
		text-decoration:none;
		color:#FFCC00;
		font-weight:bold;
	}