body
	{
		margin: 0;
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #444444;					
	}
p, table, div 
	{	
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #444444;	
	}		
.vbg
	{
		background-image: url(images/vbg.gif);
		background-repeat: repeat-y;
		background-position: center;
		background-color: #fafaff;
	}
.hbg
	{
		background-image: url(images/hbg.gif);
		background-repeat: repeat-x;
		background-position: top;
	}
.img
	{
		border: 1px solid #D4D2D2;
	}	
.bar
	{
		border: 1px solid #4186CB;
		background-color: #4186CB;
		background-image: url(images/barbg.gif);
		background-repeat: repeat-x;
		background-position: left;
		padding-left: 10px;
		font-family: Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 23px;
		color: #ffffff;
	}
a.bar:link, a.bar:active, a.bar:visited	
	{
		padding: 0;
		border: none;
		background: none;
		font-family: Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		line-height: 23px;
		color: #C4E1FF;				
		text-decoration: none;
	}
a.bar:hover
	{
		text-decoration: underline;	
	}
.content
	{
		background-color: #EFEFFA;
		border: 1px solid #D4D2D2;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;		
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #444444;		
	}
a.content:link, a.content:active, a.content:visited 
	{
		padding: 0;
		border: none;
		background: none;
		font-family: Arial, sans-serif;
		font-size: 11px;
		color: #4186CB;
		text-decoration: none;
	}
a.content:hover
	{
		color: #4186CB;
		text-decoration: underline;
	}
.orange
	{
		color: #FEAD21;
		font-family: Arial, sans-serif;
		font-size: 11px;
	}
.footer
	{
		font-family: Arial, sans-serif;
		font-size: 10px;
		color: #444444;		
	}
a.footer:link, a.footer:active, a.footer:visited
	{
		color: #444444;
		text-decoration: underline;
	}	
a.footer:hover
	{
		color: #4186CB;		
	}
	
.inputbox
	{
		border: 1px solid #ACACAC;
		background-color: #FFFFFF;
		color: #2F2F2F;
		font-family: Arial, sans-serif;
		font-size: 11px;		
		height: 19px;
		padding: 1px;
	}	
	
.buttonbox
	{		
		color: #2F2F2F;
		font-family: Arial, sans-serif;
		font-size: 11px;		
		height: 23px;
		padding: 1px;
	}	
	
h1 {
		font-family: Arial, sans-serif;
		font-size: 15px;
		color: #444444;		
}				
h2 {
		font-family: Arial, sans-serif;
		font-size: 13px;
		color: #444444;		
}					
h3 {
		font-family: Arial, sans-serif;
		font-size: 12px;
		color: #444444;		
}					
a:link, a:active, a:visited 
	{	
		color: #4186CB;
		text-decoration: none;
	}
a:hover
	{
		color: #4186CB;
		text-decoration: underline;
	}