/*body styles*/
body {
	margin:0; 
	padding:0;
	background-color:#f7eada;
	}

td {
	font-family:Tahoma, arial, sans serif;
	font-size:11px;
	color:#642c2c;
	line-height:14px;
	}
	
input {
    font-family:Tahoma, arial, sans serif;
	font-size:11px;
	color:#000000;
	line-height:13px;
	}
	
textarea, select {
    font-family:Tahoma, arial, sans serif;
	font-size:11px;
	color:#000000;
	line-height:13px;
	}
	
input.check { height:12px; width:12px; border-style:none; }

/*links*/
a:link 	  {font-family:Tahoma, sans-serif; font-size:11px; color:#000000; text-decoration:none; }    
a:visited {font-family:Tahoma, sans-serif; font-size:11px; color:#000000; text-decoration:none; }  
a:hover   {font-family:Tahoma, sans-serif; font-size:11px; color:#bd3032; text-decoration:underline; }   
a:active  {font-family:Tahoma, sans-serif; font-size:11px; color:#bd3032; text-decoration:none; } 

.btnlink:link 	 {font-family:Tahoma, sans-serif; font-size:11px; color:#135f38; text-decoration:none; }    
.btnlink:visited {font-family:Tahoma, sans-serif; font-size:11px; color:#135f38; text-decoration:none; }  
.btnlink:hover   {font-family:Tahoma, sans-serif; font-size:11px; color:#135f38; text-decoration:none; }   
.btnlink:active  {font-family:Tahoma, sans-serif; font-size:11px; color:#135f38; text-decoration:none; }

.whitelink:link    {font-family:Tahoma, sans-serif; font-size:11px; color:#ffffff; text-decoration:none; }    
.whitelink:visited {font-family:Tahoma, sans-serif; font-size:11px; color:#ffffff; text-decoration:none; }  
.whitelink:hover   {font-family:Tahoma, sans-serif; font-size:11px; color:#ffffff; text-decoration:underline; }   
.whitelink:active  {font-family:Tahoma, sans-serif; font-size:11px; color:#ffffff; text-decoration:none; } 

.hlink:link    {font-family:Tahoma, sans-serif; font-size:12px; color:#135f38; line-height:14px; font-weight:bold; }   
.hlink:visited {font-family:Tahoma, sans-serif; font-size:12px; color:#135f38; line-height:14px; font-weight:bold; } 
.hlink:hover   {font-family:Tahoma, sans-serif; font-size:12px; color:#135f38; line-height:14px; font-weight:bold; text-decoration:underline; }   
.hlink:active  {font-family:Tahoma, sans-serif; font-size:12px; color:#135f38; line-height:14px; font-weight:bold; text-decoration:none; } 

.toplink:link    {font-family:Tahoma, arial, sans serif; font-size:12px; color:#de9624; line-height:14px; text-decoration:none; }   
.toplink:visited {font-family:Tahoma, arial, sans serif; font-size:12px; color:#de9624; line-height:14px; text-decoration:none; } 
.toplink:hover   {font-family:Tahoma, arial, sans serif; font-size:12px; color:#de9624; line-height:14px; text-decoration:underline; }
.toplink:active  {font-family:Tahoma, arial, sans serif; font-size:12px; color:#de9624; line-height:14px; text-decoration:none; } 

.footerlink:link    {font-family:Tahoma, arial, sans serif; font-size:10px; color:#de9624; line-height:12px; text-decoration:none; }   
.footerlink:visited {font-family:Tahoma, arial, sans serif; font-size:10px; color:#de9624; line-height:12px; text-decoration:none; } 
.footerlink:hover   {font-family:Tahoma, arial, sans serif; font-size:10px; color:#de9624; line-height:12px; text-decoration:underline; }
.footerlink:active  {font-family:Tahoma, arial, sans serif; font-size:10px; color:#de9624; line-height:12px; text-decoration:none; } 

/*text styles*/
.white {font-family:Tahoma, arial, sans serif;	font-size:11px; color:#ffffff; line-height:12px; }
.header {font-family:Tahoma, arial, sans serif; font-size:14px; color:#bd3032; line-height:16px; font-weight:bold; }
.top {font-family:Tahoma, arial, sans serif; font-size:12px; color:#de9624; line-height:14px; }
.footer {font-family:Tahoma, arial, sans serif; font-size:10px; color:#de9624; line-height:12px; }

/*dive styles*/
.top-left { 
	margin-right: 19px;
	background-image: url('images/corners.gif');
	height: 19px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
	}
	
.top-right { 
	margin-top: -19px;
	margin-left: 19px;
	background-image: url('images/corners.gif'); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 19px; 
	font-size: 2px; 
	}
	
div.inside {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	background: transparent;
	padding-left:20px;
	padding-right:20px;
	}
	
.bottom-left { 
	margin-right: 19px;
	background-image: url('images/corners.gif');
	background-position: 0 -81px; /* show under half of the image */
	height: 19px;
	font-size: 2px;
	}
	
.bottom-right { 
	margin-top: -19px; 
	margin-left: 19px;
	background-image: url('images/corners.gif'); 
	background-position: 100% -81px; 
	height: 19px; 
	font-size: 2px; 
	}

#content1 { 
    position:relative; 
	top:0px;
	left:0px;
	text-align:left;
	width:100%;
 	background: url('images/bg2.gif'); 
	background-repeat:repeat-x;
	}