<!---
/* Main stuff for body outside the main table*/
body {
	background-color: #222240;
	font-size: 12px;
	color: #B6B6DE;
	SCROLLBAR-FACE-COLOR: #222240;
	SCROLLBAR-HIGHLIGHT-COLOR: #333366;
	SCROLLBAR-SHADOW-COLOR: #000000;
	SCROLLBAR-3DLIGHT-COLOR: #333366;
	SCROLLBAR-ARROW-COLOR: #9999CC;
	SCROLLBAR-TRACK-COLOR: #202036;
	SCROLLBAR-DARKSHADOW-COLOR: #000000;
	border: #222240;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
}

/* properties for form elements*/
input {
	color : #C3C3EC;
	font-size: 12px;
	font-family: verdana;
	background-color: #3B3B69;
	border: 1px solid #666699;
	height: 20px;
}
select {
	color : #C3C3EC;
	font-size: 11px;
	font-family: verdana;
	background-color: #3B3B69;
	border: 1px solid #666699;
}
textarea {
	color : #C3C3EC;
	font-size: 12px;
	font-family: verdana;
	background-color: #3B3B69;
	border: 1px solid #666699;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.style1 {
	color : #B6B6DE;
	font-size: 12px;
	font-wieght: bold;
	font-family: Arial;
}
.style3 {
	color : #B6B6DE;
	font-size: 16px;
	font-wieght: bold;
	font-family: Arial;
}
.style2 {
	color : #000000;
	font-size: 11px;
	font-family: Arial;
	background-color: #9999BF;
	border-collapse: collapse; 
	border: 1px solid #666699;
}
.paypal {
	background-color: #333366;
	width: 73px;
	height: 44px;
	border: 0px;
}

a:link, a:visited, a:active {
	color : #9F9FDF;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color:#DDDDFF;
	font-weight: bold;
}
/* the table that has the search box */
.searchtable {
font-family: Arial, Helvetica, sans-serif; 
color: #B6B6DE;
font-weight: bold;
font-size: 16px;
background-color: #222240;
width: 100%;
}
HR {
	color: #666699;
	height: 1px;
}

/*The actual search bar row*/
.searchrow {
font-family: Arial, Helvetica, sans-serif; 
background-color:#222240 ; 
width: 100%; 
font-size: 12px;
}
/*The row under the search*/
.searchunder {
font-family: Arial, Helvetica, sans-serif;
background-color: #222240; 
width: 100%; 
font-size:  12px;
}
/*main table properties*/
.maintable {
font-family: Arial, Helvetica, sans-serif; 
background-color: #333366;
width: 776px;
font-size: 12px;
}
/*row properties of main table*/
.rows {
font-family: Arial, Helvetica, sans-serif; 
background-color: #000000;
padding: 3px;
font-size:  12px;
color: #B6B6DE;
}
/*row for description*/
.desc {
font-family: Arial, Helvetica, sans-serif;
background-color: #2F2F4F;
padding: 0px;
font-size:  12px;
color: #B3B3DD;
}
.desc a:link, .desc a:active, .desc a:visited {
	color : #9F9FDF;
	font-family: Arial;
	font-weight: normal;
	font-size:  12px;
}
.desc a:hover {
	color:#DDDDFF;
   font-family: Arial;
	font-weight: normal;
	font-size:  12px;
}
.rows a:link, .rows a:active,.rows a:visited { 
color : #9F9FDF;
font-weight: bold;
font-size:  12px;
}
.rows a:hover {
	color:#DDDDFF;
	font-weight: bold;
	font-size:  12px;
}
/*columns properties of main table*/
.columns {
font-family: Arial, Helvetica, sans-serif; 
font-size:  12px;
border: 2px solid #292949;
background-color: #333366;
padding: 4px;
width: 30%; 

}
/*the box for each link*/
.box {
font-family: Arial, Helvetica, sans-serif; 
background-color: #161628;
width: 100%; 
padding: 2px;
font-size:  12px;
font-weight: bold;
color: #B6B6DE;
}
 a:link, .box a:active, .box a:visited { 
	color: #9F9FDF;
	font-weight: bold;
}
.box a:hover {
	color: #DDDDFF;
	font-weight: bold;
}
/*box table structure*/
.boxtable{
font-family: Arial, Helvetica, sans-serif; 
background-color: #333366;
width: 100%; 
padding: 4px;
}
/*Left navigation panel*/
.nav a:link, .nav a:active, .nav a:visited {
	font-size: 12px;
	color: #9F9FDF;
	font-weight: bold;
	
}
.nav a:hover {
	font-size: 12px;
	color: #DDDDFF;
	font-weight: bold;
}
-->

