#tipBox {position: absolute; 
           width: 150px; 
           z-index: 100;
           border: 1pt #1A5199 solid; 
           background: #C1D7F4; 
           visibility: hidden
}

.buttons {
	background-color:276CC9; color:white; border-color:276CC9; 
}
 

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; color: black;
}


#topshadow
	{ 
	margin: 0px 0px 0px 0px;
	width: 998px;
	height: 19px;
	background-color:  #fff;
	background:  url(../images/general/shtop.png) repeat-x;
	}

#botshadow
	{ 
	margin: 0px 0px 0px 0px;
	width: 998px;
	height: 19px;
	background-color: #fff;
	background:  url(../images/general/shbot.png) repeat-x;
	}

#shadow
	{ 
	margin: auto;
	width: 998px;
	background:  url(../images/general/shside.png) repeat-y;
	}


body {
	background-image: url(../images/general/bg.jpg);
	background-repeat: repeat-x;
	background-color: #2f0c08
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 1.6em;
	text-align: left;
	padding-left: 0px;

}


h1 {
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 170%;
	color: #660099;
	line-height: 1.2em;
	text-align: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 8px;	
 }


h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 115%;
	color: #660099;
	margin: 0px;
	padding-bottom: 5px;
}


h3, p {
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	line-height: 1.6em;
	text-align: left;
	padding-left: 0px;
 }


a {
	color: #660099;
}
    
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	color: #ff0022; text-decoration: underline;
}

a:active {
	text-decoration: none;
}


li {
        padding:3px;
        padding-left: 2px; 
        
}


#formdetail {
	line-height: 2em;
	color: #666666;
	margin-top:10px;
	background-color:#EBD8D8;
	padding: 10px 10px 10px 25px;
}


#header {
	height: 246px;
	border: 1px solid #7c2853;
	width: 916px;
	margin: 0 auto 10px auto;
	background: #000;
	padding: 1px;
}








