/*attributes for body, all tables, rows, columns*/

body{
	margin: 0px; 
	background-color: #4d624d;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #4D3D2F;}

table{
	width: 100%;
	padding: 0px; 
	margin: 0px; 
	border: 0px; 
	border-collapse: collapse; 
	border-spacing: 0px;}

td{
	vertical-align: top; 
	text-align:left; 
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 11px;
	color: #4D3D2F;}

tr{
	margin: 0px; 
	padding: 0px; 
	border: 0px;}
	
	
/*attributes for different text sizes*/
	
.small{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #ffffff;}
	
.footer{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 9px;
	color: #999999;}
	
.medium{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;}

.large{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 12px;
	color: #5B3C0D;
	font-weight: bold;}

/*attributes for forms and tables*/

.form{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	FONT-SIZE: 10px;
	color: #000000;
	font-style: normal;
	line-height: normal;
	text-transform: none;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;}

.table {
	text-decoration : none;
	border : 1px #000000 solid;
	text-decoration : none;}
	
table.form td{
	FONT-FAMILY: Verdana, Arial, 'Times New Roman';
	padding-bottom: 6px;
	text-align: left;
	vertical-align: middle;}
	
td.content {
	width: 367px; 
	background-color: #A6B7A6; 
	padding: 30px; 
	height: 300px;}
	
/*attributes for links*/

a:link {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a:visited {
	color: #333333;}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;}
	
a.main_menu, a.main_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	vertical-align: middle;
	padding-left: 31px;
	padding-right: 32px;
    padding-top: 4px;
	padding-bottom: 4px;
    float: left;
	background-image:  url("extras/backs/button-back1.gif");
	border-top: 1px #242424 solid;
	border-bottom: 1px #242424 solid;
	border-right: 1px #242424 solid;}
a.main_menu:hover {
	color: #000000; 
	text-decoration: none;
	background-color:  #6E846E;}


a.sub_menu, a.sub_menu:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #ffffff;
	font-style: normal; 
	font-weight: normal; 
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
	width: 138px;
    padding: 6px;
    float: left;
	background-image:  url("extras/backs/button-back1.gif");
	border-bottom: 1px #555555 solid;}
a.sub_menu:hover {
	color: #ffffff; 
	text-decoration: none;
	background-image:  url("extras/backs/button-back3.gif");}


a.footer_link:link, a.footer_link:visited {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #ffffff; 
	font-style: normal; 
	font-weight: normal; 
	text-decoration: underline;}
a.footer_link:hover {
	color: #FFFFFF;
	text-decoration: underline;}
