/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: bolder;
	font-size: 11px;
	background-image: url(images/bg.gif);
	word-spacing: normal;
	text-transform: none;
	color: navy;
	font-family: Verdana, Helvetica, sans-serif, Arial;
	letter-spacing: normal;
	background-color: palevioletred;
}

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-WEIGHT: bolder; 
	FONT-SIZE: 11px; 
	LEFT: 10px; 
	WIDTH: 97%; 
	BORDER-TOP-COLOR: #ffccff; 
	FONT-STYLE: italic; 
	FONT-FAMILY: Verdana, Arial; 
	POSITION: relative; 
	TOP: 10px; 
	BACKGROUND-COLOR: #ff99cc;
	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
{
	font-weight: normal;
	font-size: 11px;
	word-spacing: normal;
	vertical-align: baseline;
	text-transform: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: #990000;
}	


A:link	{	
	text-decoration:	none;
	color:	navy;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	navy;
	}	
		
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;
	}	

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}
LABEL
{
	font-weight: normal;
	font-size: 10px;
	border-left-color: #ff99cc;
	border-bottom-color: #ff99cc;
	color: navy;
	border-top-color: #ff99cc;
	font-family: Verdana, Arial;
	background-color: transp
	arent;
	border-right-color: #ff99cc;
}
.toppanel
{
	left: 0px;
	background-image: url(images/flyer_banner_small.gif);
	width: 960px;
	color: white;
	font-family: arial;
	position: absolute;
	top: 0px;
	height: 69px;
	background-color: transparent;
	text-align: right;
	text-decoration: none;
}

.menupanel
{
	left: 0px;
	background-image: url(images/menu_left.gif);
	width: 200px;
	position: absolute;
	top: 68px;
	height: 550px;
	background-color: transparent;
}

.contentpanel
{
	border-left-color: #ff99cc;
	left: 250px;
	background-image: url(images/bg6.gif);
	border-bottom-color: #ff99cc;
	width: 650px;
	border-top-style: outset;
	border-top-color: #ff99cc;
	border-right-style: outset;
	border-left-style: outset;
	position: absolute;
	top: 100px;
	height: 430px;
	background-color: transparent;
	border-right-color: #ff99cc;
	border-bottom-style: outset;
}
HR
{
	background-color: #a33466;
	border-color: #ff99cc;
	border-style: solid;
}
.personbanner
{
	background-image: url(images/person_banner2.jpg);
}

