A:link, A:visited, A:active{
	color: #000099;
	text-decoration: underline;
}
A:hover{
	color: #FF6600;
	text-decoration: underline;
}
body{
	margin: 0px;
	background: #DDDDDD;
	font-size: 70%;
	font-family: verdana, arial, sans-serif;
}
.container{
	background: #FFFFFF;
	padding: 5px;
}
.footer{
	padding: 5px 5px 25px 5px;
	color: #333333;
}
.footer A:link, .footer A:visited, .footer A:active{
	color: #333333;
	text-decoration: none;
}
.footer A:hover{
	color: #333333;
	text-decoration: underline;
}
h1{
	color: #333333;
	font-size: 100%;
	margin: 5px;
}
h2{
	margin: 0px;
}
h3{
	margin: 25px 0px 0px 0px;
	font-size: 120%;
	padding-bottom: 2px;
	border-bottom: #CCCCCC 1px solid;
}
.header{
	border: #CCCCCC 1px solid;
	padding-top: 40px;
	background: #8995C5 url("../images/header.png") repeat-x;
	margin-bottom: 5px;
}
.menu{
	width: 150px;
	border: #CCCCCC 1px solid;
	padding: 3px;
}
.menu A{
	display: block;
}
.menu A:link, .menu A:visited, .menu A:active{
	color: #333333;
	text-decoration: none;
}
.menu A:hover{
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
.menu div{
	background: #CCCCCC;
	margin: 3px -3px 3px -3px;
	padding: 3px;
	color: #666666;
	font-weight: bold;
}
p{
	margin: 0px;
	padding: 3px;
}
.t{
	background: #999999;
}
.t td{
	background: #FFFFFF;
}
.tabs{
	margin-top: 5px;
	background: #F0F0F0;
	border-bottom: #CCCCCC 1px solid;
	padding: 15px 10px 5px 10px;
}
.tabs A:link, .tabs A:visited, .tabs A:active{
	border: #CCCCCC 1px solid;
	padding: 5px;
	text-decoration: none;
	color: #666666;
	margin-right: 10px;
}
.tabs A:hover{
	background: #EFE1AB;
	text-decoration: none;
	color: #666666;
}
