/* GLOBAL STYLES */

body
{
	overflow: auto;
	margin: 0px;
	font-family: verdana;
	background: #FEFFFE;
}

table
{
	font-size: 10px;
	color: #222222;
	valign: top;
}

.larger
{
	font-size: 13px;
	color: #222222;
	valign: top;
}

.large
{
	font-size: 12px;
	color: #222222;
	font-family: verdana;
	valign: top;
}


hr
{
	height: 1px;
	color: #444444;
}

a 
{
	font-family: verdana; 
	font-size: 10px; 
	color: #000000;
	text-decoration: none;
}

a:hover
{
	font-family: verdana; 
	font-size: 10px; 
	color: #000000;
	text-decoration: underline;
}

a.link
{
	font-family: verdana; 
	font-size: 10px; 
	color: #616B85;
	text-decoration: underline;
}

a.link:hover
{
	font-family: verdana; 
	font-size: 10px; 
	color: #616B85;
	text-decoration: underline;
}

.border
{
 	border: solid 1 gray; 
	border-collapse: collapse;
}

.borderbottom
{
 	border-bottom: solid 1 gray; 
	border-collapse: collapse;
}

.bor-l
{
 	border-left: solid 1 gray; 
	border-collapse: collapse;
}

.bor-r
{
 	border-right: solid 1 gray; 
	border-collapse: collapse;
}

.bor-t
{
 	border-top: solid 1 gray; 
	border-collapse: collapse;
}

.bor-b
{
 	border-bottom: solid 1 gray; 
	border-collapse: collapse;
}


	
input 
{
   	font-size: 10px; 
	font-family: verdana; 
	background: #EEEEEE;
	border: solid rgb(64,64,64) 1px;
	margin: 0px;
}

input.mini
{
   	font-size: 9px; 
	font-family: verdana; 
	background: #EEEEEE;
	border: solid rgb(64,64,64) 1px;
	margin: 0px;
}

input.button
{
   	font-size: 	10px; 
	font-family: verdana; 
	background: #FBE9D0;
	border: solid rgb(64,64,64) 1px;
	margin: 0px;
}
	
input.minibutton
{
   	font-size: 	10px; 
	font-family: verdana; 
	background: #FBE9D0;
	border: solid rgb(64,64,64) 1px;
	margin: 0px;
}
	
input.checkbox
{
   	font-size: 	10px; 
	font-family: verdana; 
	margin: 0px;
	background: ;
	border: ;
}
	
	
select 
{
	font-size: 10px; 
	font-family: verdana; 
	background-color: #EEEEEE;
	border: solid rgb(64,64,64) 1px;
}

.heading
{
   	font-size: 12px; 
	color: #323B4C;
	font-weight: bold;
}

.content
{
   	font-size: 12px; 
}

.faq
{
	color: #7D7D63;
	font-weight: bold;
}

.stylenumber
{
	color: #6D768D;
    	font-size: 40px;
}

h1
{
    font-size: 15px; 
	color: #323B4C;
}


h2
{
    font-size: 13px; 
	color: #323B4C;
}

h3
{
    font-size: 12px; 
}


.h1c
{
	background-color: #EFEDDF;
}

.h2c
{
	background-color: #F0F2F3;
}

.h3c
{
	background-color: #FEFEFE;
}

textarea
{
	font-family: verdana;
	font-size: 10px;

}