a{
	color: #39708C;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: none;
}
ul{
	margin-top:5px;
	margin-bottom:8px;
}
li{
	color:#555555;
	margin-top:3px;
	list-style: square;
}
body
{
	color: #666666;
	background-color: #F5F5F5;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	scrollbar-face-color: #D4D4D4;
	scrollbar-shadow-color: Silver;
	scrollbar-highlight-color: #EAEAEA;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: Silver;
	scrollbar-track-color: #E1E1E1;
	scrollbar-arrow-color: #696969;
}

form {
	margin: 0;
	padding: 0;
}

h1{
	color: #6d7275;
	font-weight:normal;
	font-size: 15px;
	margin-bottom: 3px;
	border-bottom: 1px #DCDCDC solid;
	margin-top: 0px;
}

h2 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 12px;
}

h3 {
	color: #666666;
	font-size: 12px;
	margin-bottom: 5px;
	margin-top: 8px;
}

h4 {
	color: white;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 8px;
}
hr{
	height:1px;
}
input{
	color: #333333;
	background-color: #F0F0F0;
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	font-size: 12px;
	height: 18px;
	margin-top: 4px;
}

select {
	background-color: #F0F0F0;
	color: #333333;
	font-size: 9px;
}

td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	border-top: 1px #999999 solid;
	border-left: 1px #999999 solid;
	border-bottom: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	background-color: #F0F0F0;
	scrollbar-face-color: #D4D4D4;
	scrollbar-shadow-color: Silver;
	scrollbar-highlight-color: #EAEAEA;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: Silver;
	scrollbar-track-color: #E1E1E1;
	scrollbar-arrow-color: #696969;
}


.Button,.ButtonRight {
	font-family: verdana,arial,sans-serif;
	padding: 0px 15px 0px 15px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #666666;
	TEXT-DECORATION: none;
}

.ButtonSelected,.ButtonRightSelected {
	font-family: verdana,arial,sans-serif;
	padding: 0px 15px 0px 15px;
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	COLOR: #39708C;
	TEXT-DECORATION: none;
	border-bottom: 1px solid #DDDDDD;
}


.Button:hover,.ButtonRight:hover{
	COLOR: #738cc2;
	text-decoration: none;
}

.CheckBox{
	border: 0px;
}

.Comment{
	color: #666666;
	font-size: 9px;
	font-family: small-fonts,sans-serif;
}

.nanodesign{
	color: #AAAAAA;
	font-size: 9px;
	font-family: small-fonts,sans-serif;
	display: none;
}

a:link.Comment{
		text-decoration: none;
}
a:hover.Comment{
	color:black;	
	text-decoration:underline;
}
.CommentBody{
	color: black;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	font-size: 10px;
	padding: 3px;
}

.CommentBox{
	width:90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.CommentHead{
	font-weight: bold;
	padding: 3px;
	width: 100%;
	border: 1px solid #333333;
	background-color: #738cc2;
	color: white;
}

.Content{
	padding:15px;
	text-align: left;
}


.FormWarning{
	background-color: #738cc2;
	border-right: 1px solid;
	border-left: 1px solid;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.HeadBox{
	padding-left:15px;
	padding-top:15px;
}

.InputButton{
	border-right: 1px outset;
	border-left: 1px outset;
	border-top: 1px outset;
	border-bottom: 1px outset;
	font-size: 12px;
	height: 18px;
	margin: 0px 5px 0px 5px;
	padding: 0px 4px 0px 4px;
}

.NavigationBox{
	padding: 10px 5px 0px 10px;
}

.StandardBox{
	font-size: 12px;
	margin-bottom: 10px;
}

.BigButtonText{
	font-size: 10px;
	padding:9px 0px 0px 0px;
}