/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	BACKGROUND-COLOR: white;
	FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: .8em;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal
}

A:link	{	
	text-decoration:	none;
/*	color:	#3333cc; */
	color: #FFFFFF; 

	}	
		
A:visited	{	
	text-decoration:	none;
/*	color:	#333399; */
	color: #FFFFFF; 
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#FFFFFF;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#FFCC33;
	}
	
UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

td {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color: #000000;
	display: inline;
	vertical-align: top;
}

td.td_title {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	display: inline;
	vertical-align: top;
}

td.td_h1 {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-align: center;
	color: #000000;
	background-color: #FFCC33;
	display: inline;
	vertical-align: top;
}

td.td_default {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align: center;
	color: #000000;	
	display: inline;
}


td.td_promo {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : normal;
	text-align: center;
	color: #000000;	
	display: inline;
}
td.td_menu {
	font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size : 15px;
	font-weight : bold;
	text-align: center;
	color: #FFFFFF;	
	display: inline;
}

.input_text {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; solid #657384;
}

.input_button {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; cursor: hand; font-style: bold; line-height: normal; font-variant: normal; text-transform: none; color: #0000A0; vertical-align: top; background-color: #FFFFFF; outline-color: #0080C0; z-index: 3;
}

.table_sub_title {
	background-color: #F0F9FF;
	text-align: center;
	letter-spacing: normal;
	text-indent: 0pt;
	border: 1px solid #C0C0C0; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 20px;
}

