/* CSS Document */
body{
	margin:0px;
	background-color:#707070;
}

input {
	font: normal 11px verdana;
}

h4 {
	font: bold 14px Georgia;
}

.header {
	background:url(images/banner.png) repeat-x center;
	width: 760px;
	height: 124px;
	text-align:center;
	vertical-align:middle;
	color:white;
	font: normal 40px "Times New Roman";
}

.footer {
	background-color:#212C4A;
	color:white;
	text-align:center;
	font: normal 10px verdana;
	padding:5px 0px;
}

.panel{
	font: normal 12px verdana;
	line-height: 16px;
	background-color:white;
	vertical-align:top;
	padding: 20px;
	height:400px;
	display:table;
	width:720px
}

#table1 td{padding:0px 10px}

#button{
	text-align:center;
	font-size:110%;
}
#button a{color:white; text-decoration:none; padding:4px 13px; background-color:#293C63}
#button a:hover{color:#FFCF31;}

#link1 {line-height:30px}
#link1 a{text-decoration:none}
#link1 a:hover{text-decoration:underline; color:red}


.l1 {font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:link{font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:visited{font-family: Verdana;
	font-size: 12px;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	}
.l1 a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	text-decoration : underline; 
	}
.l2 {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}
.l2 a:link{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.l2 a:visited{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	}
.l2 a:hover{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #707070;
	text-decoration : underline; 
	}
