/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-image: url('images/background.jpg');
    FONT-FAMILY: Tahoma, Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin: 0;
}

p
{
	font-family: Tahoma, verdana, Helvetica Condensed, san-serif;
	color:  #17235D;
	font-size: 10pt;
}

td
{
	font-family: Tahoma, verdana, Helvetica Condensed, san-serif;
	color:  #17235D;
	font-size: 10pt;
}

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	{
	font-size:x-small;
	letter-spacing: 1;
	text-decoration:	none;
	color:	#FFCC00;
	}	
		
A.menu:visited	{
	font-size: x-small;
	letter-spacing: 1;
	text-decoration:	none;
	color:	#FFCC00;
	}	
		
A.menu:active	{	
	font-size: x-small;
	letter-spacing: 1;
	text-decoration:	none;
	color:	#FFCC00;
	}	
		
A.menu:hover	{	
	font-size: x-small;
	letter-spacing: 1;
	text-decoration:	underline;
	color:	#FFFFFF;
	}

A.edit:link	{	
	text-decoration:	none;
	color: #ff0000;
	font-size: 8pt;
	font-weight: bold;
	}	
		
A.edit:visited	{	
	text-decoration:	none;
	color: #ff0000;
	font-size: 8pt;
	font-weight: bold;
	}	
		
A.edit:active	{	
	text-decoration:	none;
	color: #ff0000;
	font-size: 8pt;
	font-weight: bold;
	}	
		
A.edit:hover	{	
	text-decoration:	underline;
	color: #cc0000;
	font-size: 8pt;
	font-weight: bold;
	}

A.link2:link	{
	text-decoration:	none;
	color:	#FFCC00;
	}	
		
A.link2:visited	{
	text-decoration:	none;
	color:	#FFCC00;
	}	
		
A.link2:active	{	
	text-decoration:	none;
	color:	#FFCC00;
	}	
		
A.link2:hover	{	
	text-decoration:	underline;
	color:	#FFFFFF;
	}

.footer	{
	font-size: xx-small;
	color: #FFCC00;
	}

.caption	{
	font-size: x-small;
	color: #666666;
	}

.title {
	font-size: 14pt; 
	color: #FFFFFF; 
	font-weight: bold; 
	height:30; 
	background-image:url('images/bg_top.gif')
	}
	
.box {
	border: 1px solid #4A397B;
	}
	
.message {
	font-size: 10pt; 
	color: #000000; 
	background-color:#eeeeec 
	}
	
.bottom {
	 font-size: 8pt; 
	 color: #FFFFFF; 
	 height:20; 
	 background-image:url('images/bg_bottom.gif') 
	 }