/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	font-weight: normal;
	font-size: 0.8em;
	margin: 0px;
	word-spacing: normal;
	text-transform: none;
	font-family: Garamond, sans-serif, Verdana, Helvetica;
	letter-spacing: normal;
	background-color: white;
}

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;
	}
	
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;
	}	


a.regbutton:link,a.regbutton:visited {

    float: center;

    display: block;

    color: #fff;

    text-align: left;

    text-decoration: none;

    background: #fff url("images/menubackground.gif") repeat-x center left;

    width: 125px;

    padding: 10px 0px 9px 10px;
    
    font: bold 11px "Verdana";

}

a.regbutton:hover {

    float: center;

    display: block;

    color: #fff;

    text-align: left;

    text-decoration: none;

    background: #fff url("images/menubackgroundTB.gif") repeat-x center left;

    width: 125px;

    padding: 10px 0px 9px 10px;
    
    font: bold 11px "Verdana";
    

}

a.activebutton:hover {

    float: center;

    display: block;

    color: #fff;

    text-align: left;

    text-decoration: none;

    background: #fff url("images/menubackgroundTB.gif") repeat-x center left;

    width: 125px;

    padding: 10px 0px 9px 10px;
    
    font: bold 11px "Verdana";

}

a.activebutton:link, a.activebutton:visited {

    float: center;

    display: block;

    color: #fff;

    text-align: left;

    text-decoration: none;

    background: #fff url("images/menubackgroundTB.gif") repeat-x center left;

    width: 125px;

    padding: 10px 0px 9px 10px;

	font: bold 11px "Verdana";
}

.leftcorner {

    float: center;

    background: #fff url("arrows.gif") no-repeat center center;

    width: 10px;

    padding-top: 8px;

    padding-bottom: 5px;

}

.rightcorner {

    float: center;

    background: #fff url("arrows.gif") no-repeat center center;

    width: 10px;

    padding-top: 8px;

    padding-bottom: 5px;

}


#dynmenu {

    padding: 0px;
    
}

