body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #999;
    background-image: url('../images/bg.jpg');
    background-attachment: fixed;
	}
a:link, a:active {COLOR: 7e8dbe; text-decoration: none; }
a:visited {COLOR: 7e8dbe; text-decoration: none; }
a:hover {COLOR: a50b25; text-decoration: none; }

a.dklink:link, a.dklink:active {COLOR: a50b25; text-decoration: none; }
a.dklink:visited {COLOR: a50b25; text-decoration: none; }
a.dklink:hover {COLOR: 0f396e; text-decoration: none; }

a.menu:link, a.menu:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12; color: 0f396e; text-decoration: none; font-weight: bold; }
a.menu:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12; color: a0adc2; text-decoration: none;  font-weight: bold;}
a.menu:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12; color: a50b25; text-decoration: none;  font-weight: bold;}
	
a.readmore:link, a.readmore:visited {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10; color: a50b25; text-decoration: none; }
a.readmore:active {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10; color: a0adc2; text-decoration: none;  }
a.readmore:hover {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10; color: a0adc2; text-decoration: none;  }
	
#finetext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10 
	}
	
#regtext { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12 
	}
	
#lgtext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14;
	font-weight: bold;
	color: #0f396e
	}
	
#footertext { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #666;
	font-size: 9 
	}
	
#menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
	color: #0f396e
	}
	
	/* @group Headings (H1-H6)
===================================== */

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: bold;
	}

h1 {
	font-size: 1.9em;
	}

h2 {
	font-size: 1.7em;
	}

h3 {
	font-size: 1.6em;
	}

h4 {
	font-size: 1.4em;
	}

h5 {
	font-size: 1.3em;
	}

h6 {
	font-size: 1.2em;
	}



/* @end Headings (H1-H6)
-------------------------------- */

table.bordered {
	border-width: 1;
	border-style: solid;
	border-color: #000000 
}
	
table.bordered_blue {
	border-width: 1;
	border-style: solid;
	border-color: #a0adc2 
}
	
table.bottom_border {  
	border-bottom: solid #000000;
	border-bottom-width: 1
	}

td.right_border {  
	border-right: solid #000000;
	border-right-width: 1
	}

td.bottom_border {  
	border-bottom: solid #000000;
	border-bottom-width: 1
	}

