/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	background-image: url(images/back.gif);
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, 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, Arial, Helvetica, 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, Arial, Helvetica, 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, Arial, Helvetica, 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, Arial, Helvetica, 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, Arial, Helvetica, 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:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	


A:link	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:visited	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	black;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#B84C34;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

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;
	}	
.banner
{
	left: 0px;
	position: absolute;
	top: 0px;
}
.menu
{
	left: 0px;
	position: absolute;
	top: 77px;
}
.title
{
	left: 0px;
	position: absolute;
	top: 102px;
}
.submenu
{
	width: 175px;
	padding: 4px;
	left: 0px;
	position: absolute;
	top: 126px;
}
.content_sub
{
	FONT-SIZE: 14px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	width: 611px;
	padding: 4px;
	left: 179px;
	position: absolute;
	top: 126px;
}
.content
{
	FONT-SIZE: 14px;
	COLOR: black;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	width: 621px;
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-right: 4px;
	left: 179px;
	position: absolute;
	top: 102px;
	height: 354px;

}
.menutext
{
    FONT-SIZE: 12px;
    font-weight: bold;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
.menucelloff
{
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(images/menu_back.gif);
}
.menucellon
{
	padding-right: 8px;
	padding-left: 8px;
	background-image: url(images/menu_back_on.gif);
}
DIV.menu A:link
{
    FONT-SIZE: 12px;
    font-weight: bold;
    COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
DIV.menu A:visited
{
    FONT-SIZE: 12px;
    font-weight: bold;
    COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
DIV.menu A:active
{
    FONT-SIZE: 12px;
    font-weight: bold;
    COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
DIV.menu A:hover
{
    FONT-SIZE: 12px;
    font-weight: bold;
    COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
.TitleFont
{
	padding-left: 4px;
	FONT-SIZE: 16px;
    font-weight: bold;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.submenucell
{
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
}
DIV.submenu A:link
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
DIV.submenu A:visited
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
DIV.submenu A:active
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
DIV.submenu A:hover
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
    TEXT-DECORATION: none
}
.smallfont
{
    FONT-SIZE: 12px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.basefont
{
    FONT-SIZE: 14px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.basefontlarger
{
    FONT-SIZE: 16px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.boldfont
{
	font-weight: bold;
    FONT-SIZE: 14px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.errorfont
{
	font-weight: bold;
    FONT-SIZE: 14px;
    COLOR: red;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.boldfontlarger
{
	font-weight: bold;
    FONT-SIZE: 16px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.headingfont
{
	font-weight: bold;
    FONT-SIZE: 20px;
    COLOR: black;
    FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
}
.hl
{
	color: #B84C34;	
}
.btn
{
	border-right: 1px solid;
	border-top: 1px solid;
	font-size: 12px;
	border-left: 1px solid;
	cursor: hand;
	color: black;
	border-bottom: 1px solid;
	font-family: Verdana, Arial;
	background-color: lightgrey;
}
