body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949393;
	line-height: 14px;
	text-align:justify; 

}
body {
	background-color: #FFFFFF;
	background-image: url(images/bg3.gif);
	background-repeat: repeat-x;

	
}
a {
	text-decoration: underline;
}
a:link {
	color: #FD006E;
}
a:visited {
	color: #FD006E;
}
a:hover {
	text-decoration: none;
	color: #9A9A9A;
}
a:active {
	color: #FD006E;
}


ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 111px; /* Width of Menu Items */
	border-bottom: 0px solid #E7E7E7;
	background: #E7E7E7; /* IE6 Bug */
	line-height: 9px;
	font-size: 12px;
	text-align:none; 
	}
	
ul li {
	position: relative;
	background: #E7E7E7; /* IE6 Bug */
	text-align:none; 
	}
	
li ul {
	position: absolute;
	left: 108px; /* Set 1px less than menu width */
	width: 135px;
	top: 0;
	display: none;
	font-size: 12px;
	background: #DADADA; /* IE6 Bug */
	text-align:none; 
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	background: #E7E7E7; /* IE6 Bug */
	padding: 5px;
	border: 0px solid #E7E7E7; /* IE6 Bug */
	border-bottom: 0;
	font-size: 12px;
	text-align:none; 
	}

	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */


.navroll a:hover{
	text-decoration: underline;
	text-align:default;
}


}
.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #C1C1C1;
	font-size: 11px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #C1C1C1;
	line-height: 12px;
	text-align:default;

}
.copyright a:link{
	color: #C1C1C1;
}
.copyright a:visited {
	color: #C1C1C1;
}
.copyright a:hover {
	text-decoration: none;
	color: #FD006E;
}
