<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
height: 100%;
width: 100%;
padding: 0;
margin: 0;
background-image:url(../images/bg.jpg);
background-size: 100% Auto;
background-attachment:fixed;
font-family:Arial;
font-size:12px;
}

#bottom{
color:#5a5a5a;
position:relative;
bottom:0px;
width:100%;
height:30px;
background-color:#FFFFFF;
line-height:30px;
text-align:center;
}

#header{
vertical-align:top;
text-align:right;
}

#header ul{
list-style:none;
float:right;
padding:0px;
margin:0px;
padding-top:15px;
padding-right:15px;
}

#header ul li{
float:left;
padding-right:5px;
padding-left:5px;
font-size:12px;
color:#5a5a5a;
}

#header li a{
color:#5a5a5a;
text-decoration:underline;
}


#header #sep{
padding:0px;
}

#button{
text-align:left;
background-image:url(../images/buttonbg.jpg);
background-repeat:no-repeat;
font-size:14px;

}

#button a{
padding:15px;
color:#636363;
text-decoration:none;
}


#button a:hover{
font-weight:bold;
}

#ctop{
background-image:url(../images/innerbgtop.png);
background-repeat:no-repeat;
}


#ccenter{
background-image:url(../images/innerbgcenter.png);
background-repeat:repeat-y;
padding:20px;
padding-top:0px;
vertical-align:top;
color:#5a5a5a;
}

#cbottom{
background-image:url(../images/innerbgbottom.png);
background-repeat:no-repeat;
}

#ctop span{
margin-left:60px;
font-size:16px;
font-weight:bold;
color:#4e4e4e;
}

#uc{
width:auto;
margin-top:90px;
text-align:center;
font-weight:normal;
font-size:14px;
}

input[type=text]{
font-family:verdana;
font-size:12px;
border-width:1px;
border-style:solid;
border-color:#8E8D8D;
width:145px;
height:22px;
background-color:#ffffff;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
padding-left:5px; 
}

select{
font-family:verdana;
font-size:12px;
border-width:1px;
border-style:solid;
border-color:#8E8D8D;
width:152px;
height:24px;
background-color:#ffffff;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
padding:2px;
}

textarea{
border-width:1px;
border-style:solid;
border-color:#8E8D8D;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px;
width:372px;
height:100px;
padding:0px;
margin:0px;
}


.button-blue{

	border: 1px solid #3c750a !important;
	background-color: #63a72c !important;
	color: #ffffff !important;
	text-decoration: none !important;
	font-weight: bold !important;
	font-size:12px; !important;
	cursor: pointer !important;
	font-family: Arial, Helvetica, sans-serif !important;
	background-repeat: repeat-x !important;
	background-position: 0 -119px !important;
	width:auto;
	margin:0px; !important;
	padding:4px;
	padding-left:15px;
	padding-right:15px;
	!important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	
}

.button-blue:hover {
	background-position: 0 0 !important;
	background-color: #ff6a07 !important;
	border: 1px solid #d35400 !important;
	color: #ffffff !important;
}

input[type=submit],input[type=reset],input[type=button]{
border-width:1px;
border-color:#333333;
border-style:solid;
font-family:arial;
font-size:12px;
font-weight:bold;
-webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
cursor:auto;
}

#hr p{
margin-top:0px;
}

#hr #main{
list-style-image:url(../images/li.png);
}

#hr #main_{
list-style-image:url(../images/li2.png);
}

#hr #main_ li{
line-height:18px;
}


#hr ul{
list-style:disc;
}

#container {
width:1003px;
position:relative;
margin:auto;
}

#blue-box{
position:fixed;
width:auto;
height:auto;
margin-top:300px;
margin-left:0px;
}</pre></body></html>