html	{
	border: 						10 #009966 solid;
}

body	{
	scrollbar-3d-light-color: 		#FFFFCC; 
	scrollbar-arrow-color: 			#ffffcc; 
	scrollbar-base-color: 			#999999; 
	scrollbar-dark-shadow-color: 	#000000; 
	scrollbar-face-color:			#000000; 
	scrollbar-highlight-color: 		#000000; 
	scrollbar-shadow-color:			#000000;
	background-color:				#000000; 
	margin-top:						20px;
}

table	{
	border-collapse: 				collapse;
}

										/* Base Font */
body, div, span, ul, li, p, td {
  font-family: 			Verdana;
  font-size: 			12px;
  color: 				#ffffcc;
	
}

										/*main table*/

.main	{
	align:				center;
	border-collapse: 	collapse;
	text-align:			center;
	width:				600px;
}

										/*bottom add links*/




										/* Regular Links */
a:link {
  color: 				#c0c0c0;
  text-decoration: 		underline;
  font-weight: 			normal;
}

a:active {
  color: 				#c0c0c0;
  text-decoration: 		underline;
  font-weight: 			normal;
}

a:visited {
  color: 				#c0c0c0;
  text-decoration: 		underline;
  font-weight: 			normal;
}

a:hover {
  color: 				#00C183;
  text-decoration: 		underline;
  font-weight: 			normal;
}


										/* Horizontal Menu Links */
a.menu:link {
  font-family:			Verdana;
  font-size:			9px;
  font-weight:			bold;
  color:				#000000;
  text-decoration:		none
}

a.menu:active {
  font-family:			Verdana;
  font-size:			9px;
  font-weight:			bold;
  color:				#000000;
  text-decoration:		none
}

a.menu:visited {
  font-family:			Verdana;
  font-size:			9px;
  font-weight:			bold;
  color:				#000000;
  text-decoration:		none
}

a.menu:hover {
  font-family:			Verdana;
  font-size:			9px;
  font-weight:			bold;
  color:				#000000;
  text-decoration:		underline
}


										/* Site Title */
.site-title {
  font-family:			Arial;
  font-size:			20px;
  font-weight:			bold;
  color:				#0066CC
}


										/* Section Title */
.title-large {
  font-family:			Arial;
  font-size:			15px;
  font-weight:			bold;
  color:				#0066FF
}


										/* Medium Title */
.title-medium {
  font-family:			Arial;
  font-size:			10pt;
  font-weight:			bold;
  color:				#FF6600
}


										/* Small Title */
.title-small {
  font-family:			Verdana;
  font-size:			11px;
  font-weight:			bold;
  color:				#FF6600
}


										/* Small Text */
.small {
  font-family:			Verdana;
  font-size:			11px
}


										/* Plan Price */
.plan-price {
  font-family:			Verdana;
  font-size:			11px;
  color:				#FF3300
}


										/* Date Text */
.date {
  font-family:			Verdana;
  font-size:			10px;
  color:				#FFFFCC;
}


										/* Copyright Notice */
.copyright {
  font-family:			Verdana;
  font-size:			10px;
  color:				#C0C0C0;
}

										/* Message Box */
.entry {
  padding : 			3px;
  border-spacing :	 	0px;
  border : 				0px;
  text-align : 			left;
	background-color:	#006285;
}

.entry_capsule {
   border: 				1px solid #FFFFCC;
   background-color: 	#006285;
}

input	{
	background-color: 	#FFFFCC;
	font-family:		verdana; arial; sans-serif;
	color:				#008858;
	font-weight:		bold;

}
input.sign	{
	color: 				#FFFFCC; 
	font-family: 		Verdana, arial, sans-serif; 
	font-weight: 		bold; 
	border: 			1px solid #000000; 
	padding: 			0;
 	background-color: 	#00C183;
}

textarea	{
	background-color: 	#FFFFCC;
	font-family:		verdana; arial; sans-serif;
	color:				#008858;
	font-weight:		bold;

}

.turin		{
	font-size:			12px;
	font-family:		arial, verdana, sans-serif;
	font-weight:		normal;
}