/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;	
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana;
	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;
	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;
	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;
	font-size:	1.1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana;
	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;
	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: times new roman;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: times new roman;
	}	


A:link	{	
	text-decoration:	underline;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	underline;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}
	
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;
	}	
	
.controls
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: .9em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}
.smallcontrols
{
	BACKGROUND-COLOR: white;
    FONT-FAMILY:  Verdana;
    FONT-SIZE: .7em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal
}

/*------------------------------*/
/*  MENU STYLES */
/*------------------------------*/
.Mn
{
    background-color: #224788;
    cursor:default;
}

.MnGp
{
    background-color: #ffffff;
    border: 1px #4E5358 solid;
    border-style: solid;
    cursor: default;
}

.MnItmTp
{
    background-color: #224788;
    color: white;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    border: 1px #224788 solid;
    cursor: default;
}

.MnItmTpHov
{
    background-color:  #dae695; /* background-image: url(images/top_item_bg.gif); */
    color: #224788;
    font-family: Arial;
    font-weight: bold;
    font-size: 13px;
    border: 1px #224788 solid;
    cursor: default;
}

.MnItm
{
    color: #224788;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    cursor: default;
}

.MnItmHov
{
    background-color:  #dae695; /*  background-image: url(images/item_bg.gif);*/
    color: #224788;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    cursor: default;
}

.MnBrk
{
    background-image: url(images/break_bg.gif);
    width: 1%;
    height: 2px;
}

DIV.topbar
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 45px;
    background-image: url(img/topback.gif);
    background-repeat: repeat-x;
}

DIV.menubar
{
    width: 100%;
    background-color: #ffffff;
    background-image: url(img/menuback.gif);
    background-repeat: repeat-y;
}

.footer a:link,  .footer a:visited, .footer a:hover, .footer a:active
{
	color: White !important ;
}

.footer 
{
    background-color:Black;
    color:White;
    vertical-align:middle;
    text-align:center;
    font-family:Arial;
    padding: 4px;
}
.MainContent
{
	width: 507px;
	margin: 0;
	border: 0;

}
.SpacerContent
{
	width: 10px;	
}
.RightContent
{
	width: 155px;	
}
.OuterDiv
{
	width: 672px;	
}
.LeftContent
{
	width: 278px;
	margin: 0;
	border: 0;
}
.bumpers
{
	padding: 6px;	
}