/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-size: 11px;
	color: #767676;
	font-family: verdana, geneva, sans-serif;
}

.WEBCONTROL
{
	border-right: #767676 1px solid;
	border-top: #767676 1px solid;
	font-size: 11px;
	border-left: #767676 1px solid;
	color: #767676;
	border-bottom: #767676 1px solid;
	font-family: verdana, geneva, sans-serif;
	background-color: #ffffff;
}

.WEBCONTROLSM
{
	border-right: #767676 1px solid;
	border-top: #767676 1px solid;
	font-size: 11px;
	border-left: #767676 1px solid;
	color: #767676;
	border-bottom: #767676 1px solid;
	font-family: verdana, geneva, sans-serif;
	background-color: #ffffff;
}

.WEBCONTROLBTN
{
	border-right: #767676 1px solid;
	border-top: #767676 1px solid;
	font-weight: bold;
	font-size: 9px;
	text-transform: none;
	border-left: #767676 1px solid;
	color: #6596c6;
	border-bottom: #767676 1px solid;
	font-family: verdana, geneva, sans-serif;
	background-color: #ffffff;
	text-decoration: none;
}


.topmenu:link, .topmenu:visited, .topmenu:active
{
	font-weight: bold;
	font-size: 9px;
	color: #ffffff;
	font-family: verdana, geneva, sans-serif;
	letter-spacing: 1px;
}


.topmenu:hover
{
	font-weight: bold;
	font-size: 9px;
	color: #006699;
	font-family: verdana, geneva, sans-serif;
	letter-spacing: 1px;
}

.mainmenu:link, .mainmenu:visited, .mainmenu:active
{
	font-weight: bold;
	font-size: 11px;
	color: #6596c6;
	font-family: verdana, geneva, sans-serif;
}


.mainmenu:hover
{
	font-weight: bold;
	font-size: 11px;
	color: #ff9933;
	font-family: verdana, geneva, sans-serif;
}

.menuitem:link, .menuitem:visited, .menuitem:active
{
	font-weight: bold;
	font-size: 9px;
	color: #a9a9a9;
	font-family: verdana, geneva, sans-serif;
}


.menuitem:hover
{
	font-weight: bold;
	font-size: 9px;
	color: #ff9933;
	font-family: verdana, geneva, sans-serif;
}

.menulist
{
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	padding-bottom: 1px;
	margin: 4px 0px 0px 2px;
	border-left: #cccccc 1px solid;
	padding-top: 1px;
	border-bottom: #cccccc 1px solid;
	background-color: #ffffff;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: verdana, geneva, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: verdana, geneva, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: verdana, geneva, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: verdana, geneva, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: verdana, geneva, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: verdana, geneva, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD
{
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: verdana, geneva, sans-serif;
	letter-spacing: normal;
}	
		
TH
{
	font-size: 11px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	font-family: verdana, geneva, sans-serif;
	letter-spacing: normal;
}	

TD
{
	font-size: 11px;
	word-spacing: normal;
	text-transform: none;
	font-family: verdana, geneva, sans-serif;
	letter-spacing: normal;
}	


A:link, A:visited, A:active
{
	color: #6596c6;
	text-decoration: none;
}	
		
A:hover
{
	color: #ff9933;
	text-decoration: none;
}

.botmenu:link, .botmenu:visited, .botmenu:active
{
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana, geneva, sans-serif;
	text-decoration: none;
}	
		
.botmenu:hover
{
	color: #006699;
	font-weight: bold;
	font-size: 9px;
	font-family: verdana, geneva, sans-serif;
	text-decoration: none;
}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

li
{
	list-style-type:	square ;
}

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;
	}	

.cursor { CURSOR: pointer; }



