/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal
}
DIV,TD,P
{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: normal
}
.splash
{
    FONT-FAMILY: Verdana;
    text-align: center;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold;
	color: silver
}


A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#3333cc;
	}

A.menu:link{	
	text-decoration:	none;
    FONT-FAMILY: Tahoma, Arial;
    FONT-SIZE: 11px;
	color:	white;
}	
		
A.menu:visited{	
	text-decoration:	none;
    FONT-FAMILY: Tahoma, Arial;
    FONT-SIZE: 11px;
	color:	white;
}	
		
A.menu:active{	
	text-decoration:	none;
    FONT-FAMILY: Tahoma, Arial;
    FONT-SIZE: 11px;
	color:	white;
}	
		
A.menu:hover{	
	text-decoration:	none;
    FONT-FAMILY: Tahoma, Arial;
    FONT-SIZE: 11px;
	color:	white;
}


.whitetitle{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding-left: 10px;
}


.ititle{
	font-family: Tahoma, Arial;
	font-size: 20px;
	font-weight: normal;
	color: silver
}
.cap{
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	font-size: 11px; 
	color: #9F0D10;
}

.txt{
	font-family: Tahoma, Arial; 
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.addr{
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	font-size: 15px; 
	color: #000000; 
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.bigaddr{
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	font-size: 21px; 
	color: #000000; 
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.content{
	font-family: Tahoma, Arial; 
	font-weight: normal; 
	font-size: 11px; 
	color: #000000; 
}

.footer{
	font-family:Tahoma, Arial;
	font-size:10px; 
	color:#595959;
}

.MenuItem { 
	font-size: 11px; 
	font-weight: bold; 
	color: White;
	border: 1px; 
	border-style: solid; 
	border-color: black; 
	padding: 2px; 
	padding-left: 2px; 
	padding-right: 2px; 
	cursor: hand;
} 
.blueheader{
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	font-size: 11px; 
	color: #1094f7; 
}
.redheader{
	font-family: Tahoma, Arial; 
	font-weight: bold; 
	font-size: 11px; 
	color: #F36422; 
}	
h1{
    FONT-FAMILY: Verdana;
    FONT-SIZE: 11px;
    FONT-WEIGHT: bold;
	color: black;
	LINE-HEIGHT:11pt; 
	margin:0px; 
	padding:0px;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none
}	
