<!--
body {
	margin:0px; background-color: #FFFFFF;);
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {color: #333333;text-decoration: underline;}

a:visited{color: #333333;text-decoration: underline; !important;}

a:hover{color: #63A5CE;text-decoration: none;}

a:active{color: #333333;text-decoration: underline;}

h1, h2, h3, h4, h5 {
 font-size: 1.0em;
 font-weight: normal;
 display: block;
 }

#content h1 {
/*  font: normal 18px/16px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;*/
    font: normal 22px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #FF9800;
}

#content h2 {
	font: normal 18px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #FF9800;
	
}

#content h3 {
	font: normal 16px "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
	text-transform: none;
	letter-spacing: 0;
	color: #FF9800;
}

#content a:link {color: #333333; text-decoration: underline; !important}

#content a:visited{color: #333333; text-decoration: underline; !important;}

#content a:hover{color: #63A5CE;text-decoration: none;}

#content a:active{color: #186bad;text-decoration: underline; !important}

#footer a:link, a:active{
	text-decoration: underline;
	color: #ffffff;
}

#footer a:visited{
	text-decoration: underline;
	color: #ffffff;
}

#footer a:hover{
	text-decoration: none;
	color: #ffbd42;
}

#headlinks a:link, a:active{
	text-decoration: underline;
	color: #ffffff;
}

#headlinks a:visited{
	text-decoration: underline;
	color: #ffffff;
}

#headlinks a:hover{
	text-decoration: none;
	color: #ffbd42;
}

ul, ul li {
	list-style: none;
}

#content li {
	padding-left: 15px;
	padding-top: 5px;
 	background: url('images/bullet.gif') no-repeat 0 6px;
}

/*Forms defaults*/
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
}
label {
	color:#999;
	cursor:pointer;
	padding-left:2px;
	line-height:15px;
	vertical-align:top;
}
label.chosen {
	color:#333;
}

/*Text inputs*/
.textinput, .textinputHovered {
	width:145px;
	height:15px;
	background:url('images/input2.gif') no-repeat left top;
	border:medium none;
	padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:4px
}
.textinputHovered {
	background-position:left bottom;
}

.textinput2, .textinputHovered2 {
	width:145px;
	height:15px;
	background:url('images/input2_new.gif') no-repeat left top;
	border:medium none;
	padding-left:8px; padding-right:8px; padding-top:4px; padding-bottom:4px
}
.textinputHovered2 {
	background-position:left bottom;
}

/*Button*/

.buttonSubmit2, .buttonSubmitHovered2{
	width:69px;
	height:26px;
	color:#fff;
	font-weight:bold;
	background:url('images/button2.gif') no-repeat left top;
	cursor:pointer;
	border:medium none;; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px
}

.buttonSubmitHovered2 {
	background-position:left bottom;
}

.anylinkcss{
	border-left:1px solid #63a5ce; border-right:1px solid #63a5ce; border-top:1px solid #63a5ce; border-bottom:0px solid #63a5ce; position:absolute;
        visibility: hidden;
        line-height: 18px;
        z-index: 100;
        background-color: #FFFFFF;
        width: 205px; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:Arial, Helvetica, sans-serif
}

.anylinkcss a{
        width: 100%;
        display: block;
        text-indent: 5px;
        border-bottom: 1px solid black;
        padding: 1px 0px;
        text-decoration: none;
        text-indent: 5px;
	color: #666666;
}

.anylinkcss a:link, a:visited, a:active{
	text-decoration: none;
	color: #333333;
}


.anylinkcss a:hover{ /*hover background color*/
	background-color: #63a5ce;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	!important;
}

-->