/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    background-color: #E1E1E1;
    FONT-FAMILY: Arial,  sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0px 0px 0px 0px;
}




A:link
{
	
	color: #5576A4;
	text-decoration: none;
}	
		
A:visited	{	
	text-decoration:	none;
	color:	#5576A4;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#5576A4;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#354F86;
	}
	
.SMALL
{
	font-size: 8pt;
}	
.MED
{
	font-weight: normal;
	font-size: 9pt;
	color: #595959;
}	
.MEDBOLDBLUE
{
	font-weight: bold;
	font-size: 9pt;
	color: #5E82B4;
}	

.BIG	{	
	font-size:	10pt;
	}
.BIGBOLDBLUE
{
	font-weight: bold;
	font-size: 10pt;
	color: #5E82B4;
}	
.REALBIGBOLD
{
	font-weight: bold;
	font-size: 11pt;
}
.REALBIGBOLDBLUE
{
	font-weight: bold;
	font-size: 11pt;
	color: #5E82B4;
}
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;
	}	


P
{
	font-size: 9pt;
	color: #595959;
}
.COPYRIGHT
{
	font-size: 8pt;
	color: #a9a9a9;
}
TD
{
	font-size: 9pt;
}
.GROUPTITLE
{
	font-weight: bold;
	font-size: 9pt;
	color: #595959;
}
.GROUPTEXT
{
	font-weight: normal;
	font-size: 9pt;
	color: #595959;
}
.BOXHEADER
{
	font-weight: bold;
	font-size: 10pt;
	width: 250px;
	color: white;
	height: 20px;
	background-color: #334d83;
}
.BIGBOLDBLACK
{
	font-weight: bold;
	font-size: 9pt;
	color: #595959;
}

/* HEADER */
#header #navbar
{
	background-color: #374A82;
	height: 25px;
	width: 760px;
	margin-bottom: 1px;
}
#header #logo
{
	background-color : White;
	padding: 5px 0px 5px 0px;
}

/* PAGE */
#main
{ 
	width: 760px; 
	height: 100%;
	background-color: White;
}
#leftcolumn
{
	BORDER-RIGHT: #c0c0c0 1px solid; 
	BORDER-LEFT: #ffffff 1px solid; 
	WIDTH: 199px; 
	HEIGHT: 100%; 
	BACKGROUND-COLOR: #ececec
}
#leftcolumn #pagepanel
{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
#leftcolumn #safecopanel
{
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
}
#rightcolumn
{
	HEIGHT: 100%;
	width: 560px;
}
#rightcolumn #pagetitlebar
{
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 9pt; 
	BACKGROUND-IMAGE: url(../images/page_title.gif); 
	COLOR: #333333; 
	PADDING-TOP: 5px; 
	BACKGROUND-REPEAT: no-repeat; 
	HEIGHT: 25px;
}
#rightcolumn #content
{
	PADDING: 10px 15px 15px 15px;
}
#rightcolumn #content p
{
	 text-align: justify;
}
/* FORMS PROCESSING */
.errorsummary
{
	border: dashed 2px darkred;
	padding: 10px 10px 10px 10px;
	background-color: #ffffff;
}
