body{
        background-color: #FFFFFF;
        color:  #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0px;
	text-align:justify;
}

font{
        font-family: Verdana, Tahoma, Arial;
        font-size: 10pt
}

p,td,th,h1,h2,h3,h4{
        font-family: Verdana, Tahoma, Arial;
}

table {
	border-collapse: collapsed;
	border-spacing: 0pt;
}

form {
	margin: 0px;
	padding: 0px;
}

.lefttable {
	left: 625px;
	top: 110px;
	position: absolute;

}
.whitetext{
        font-weight: bold;
        color: #ffffff;
}

a:link {
	color: #2E2C99;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
	text-decoration: underline;
}

a:visited {
	color: #2E2C99;
	text-decoration: none;
}

a:visited:hover {
	color: #ff0000;
	text-decoration: underline;
}

a:visited:active {
	color: #00ff00;
	text-decoration: underline;
}

.menu {
	color: #3399CC;
	/*background-color: #2E2C60;*/
	text-decoration: none;
	font-size: 8pt;
        font-family: Tahoma, Verdana, Arial;
	/*
	border: 1px #333;
	*/
}

/*.menu a:visited { 
	color: #ffffff;
	background-color: #2E2C60;
	text-decoration: none;
}

.menu a:link { 
	color: #ffffff;
	background-color: #2E2C60;
	text-decoration: none;
}

.menu a:hover {
	background-color: #ffffff;
	color: #2E2C99;
}

.menu a:active  {
	color: #ff0000;
	background-color: #ffffff; 
	text-decoration: underline;
}*/

.menu a:visited { 
	color: #3399CC;
	text-decoration: none;
}

.menu a:link { 
	color:#3399CC;
	text-decoration: none;
}

.menu a:hover {
	background-color:#DDDDDD;
	color: black;
}

.menu a:active  {
	color: #ff0000;
	text-decoration: underline;
}

.results tr:hover {
	background: #eee;
	border: 1px dotted #346699;
}

.results th {
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	border-bottom: 1px solid #333;
	text-align: left;
	padding-left: .3em;
}

TD SELECT {
  font-family: Courier New;
  font-size: 8pt;
}

.bottomnavigator td
{
	border-top: 1px solid #333;
}

.results td {
	padding-left: .5em;
}

.RRTitle {
	background-color: #ffffff;
}

.userImages0 { border-bottom: 1px solid pink; border-right: 1px solid pink;}
.userImages1 { border-bottom: 1px solid pink; border-right: 1px solid pink;}
.userImages2 { border-bottom: 1px solid pink; }
.userImages3 { border-bottom: 1px solid pink; border-right: 1px solid pink;}
.userImages4 { border-bottom: 1px solid pink; border-right: 1px solid pink;}
.userImages5 { border-bottom: 1px solid pink; }
.userImages6 { border-right: 1px solid pink;}
.userImages7 { border-right: 1px solid pink;}

#header {
	width:750px;
	height: 266px;
	background-image:url(images/header.jpg);
	margin:auto;
	position:relative;
}

#main_content {
	margin:auto;
	top:266px;
	width:708px;
	border: #353535 1px solid;
	padding: 20px;
}

#left_nav {
	position:absolute;
	top: 125px;
	left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}

/*#left_nav li {
	list-style-image:url(images/bullet.gif);
}*/

#left_nav li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	line-height:17px;
}

#left_nav a:hover {
	text-decoration:underline;
	list-style-image:url(images/bullet_roll.gif);
}

#horiz_buttons {
	position: absolute;
	top: 245px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#FFFFFF;
	font-size:10pt;
	width: 750px;
	height: 28px;
	left: 20px;
}

#horiz_buttons li {
	display:inline;
	padding-right: 15px;
}

#horiz_buttons li a {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:8pt;
	text-decoration:none;
}

#horiz_buttons ul {
	position: relative;
	left: 15px;
	margin-top:0px;
}

#horiz_buttons li a:hover {
	text-decoration:underline;
}

#small_print {
	margin:auto;
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	height:50px;
	text-align:center;
	padding-top:10px;
	text-decoration:none;
}

#small_print a {
	margin:auto;
	width:750px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	height:50px;
	text-align:center;
	padding-top:10px;
	text-decoration:none;
}

#small_print a:hover {
	text-decoration:underline;
}

.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 129px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
background:#fcf8ec;
display: none;
border: 1px solid #c1b69a;
}

.suckerdiv ul li ul a:{
background:#cccccc;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 160px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a {
display: block;
color: black;
text-decoration: none;
padding: 1px 5px;
border: 0px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited {
color: black;
}

.suckerdiv ul li a:hover{
background-color: #cabb93;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* TABLE DATA CSS*/
h1 {font-size:26px;}
h2 {font-size:22px;}
.data_table table {font-size:11px; font-weight:bold; border-top:#000000 1px solid; border-left:#000000 1px solid;}
.data_table td {padding:10px; border-right:#000000 1px solid; border-bottom:#000000 1px solid;}
