#main{
	height: 100%;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}

#main #head{
	width: 100%;
}
#main #head ul {margin-left:0px;list-style:none;margin:0px;text-align:center;}
#main #head ul li {margin-left:0px;float:left;text-align:center;}

#main #head ul li a {
    margin-left:0px;
    text-align:center;
    padding:8px;
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}
#main #head ul li a:hover {
    padding:8px;
	color: #ffffff;
	text-decoration: underline;
}

body, td, textarea{
	color:#0xFFFFFF;
	font-family:Verdana;
	FONT-SIZE: 12px;
}

td{
    BORDER-LEFT:#d5d5d5 1px solid;
	border-top:1px solid #d5d5d5;
}
tr{
  text-align:center;
}
body{
  margin-top:10px;
  background-color:#0xFFFFFF;
}
a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #7082f8;
}
.option1{
	FONT-SIZE: 13px;
	COLOR: #ff0000;
	FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	BACKGROUND-COLOR: #fff;
	TEXT-ALIGN: center
}
.option1 a {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 2px;
	MARGIN-left: 0px;
	BORDER: #b7d8ee 1px solid;
	COLOR: #00000;
    BACKGROUND-COLOR: #d2eaf6;
	TEXT-DECORATION: none
}
.option1 a:hover {
	BORDER: #b7d8ee 1px solid;
	COLOR: #0066a7;
	BACKGROUND-COLOR: #d2eaf6;
}
.option2{
	FONT-SIZE: 13px;
	COLOR: #313031;
	FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica,Sans-Serif;
	BACKGROUND-COLOR: #fff;
	TEXT-ALIGN: center
}
.option2 a {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM:1px;
	PADDING-TOP: 2px;
	MARGIN-left: 0px;
    margin-bottom:2px;
	BORDER: #b7d8ee 1px solid;
	COLOR: #0030ce;
	TEXT-DECORATION: none
}
.option2 a:hover {
	BORDER: #b7d8ee 1px solid;
	COLOR: #0066a7;
	BACKGROUND-COLOR: #d2eaf6;
}
.gray{color:#818a89}