/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E9E9E9;
	font-family: Tahoma;
}

.table{
	background-color: #FFFFFF;
	vertical-align: top;
	padding-top: 20px;
	font-size: 14px;
	text-align: left;
}
.table_div_650{

	width: 650px;
}

.table_div_100{

	width: 100%;
}
.table div{
	margin-bottom: 30px;
	float: left;
}
#table ul{
	float: left;
}
#table ul li{
	float: left;
	width: 90%;
	padding-bottom: 10px;
}
.table a{
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
}
.table a:hover{
	color: #999999;
}

.table h3{
	font-weight: bold;
	color: #003366;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.table h2{
	color: #993300;
	text-align: center;
	font-size: 18px;
}

.buttons{
	background-color: #E1E1E1;
	padding: 5px;
	text-align: left;
}


.buttons a{
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #666666;
	float: left;
	width: 210px;
	text-align: center;
}
.buttons a:hover{
	color: #333333;
}

.footer{
	font-size: 12px;
	padding-bottom: 50px;
}

.footer a{
	color: #996600;
	text-decoration: none;
}
.footer a:hover{
	color: #990000;
}

.copy{
	background-image: url(images/img2_15.jpg);
	padding-top: 25px;
	font-size: 12px;
	text-align: left;
}
.red{
	color: #FF0000;
}

.highlight{
	background-color: #FFFFB3;
	border: 3px solid #D9752B;
	width: 90%;
	padding: 20px;
}

.border{
	border: 1px solid #666666;
}

.small_size{
	font-size: 10px;
}

.right{
	background-color: #C7DEEE;
	float: right;
	width: 200px;
	border: 1px solid #666666;
	text-align: center;
	padding: 5px;
}

.full{
	width: 100%;
	text-align: center;
}

.underine{
	font-weight: bold;
	text-decoration: underline;
}
