@charset "iso-8859-1";
/* CSS Document */

body {
        margin: 0px;
        padding: 0px;
        background-color: #FFFFFF;
		
}
body, td, th {
        font-family: Verdana;
        font-size: 11px;
        color: #624727;
}

p a {
	color : #000000;
	text-decoration: none;
	font-weight:bold;
}
p a:hover {
	color : red;
	text-decoration: none;
	font-weight:bold;
}

.bot a {
	color : #000000;
	text-decoration: none;
	font-weight:bold;
}
.bot a:hover {
	color : red;
	text-decoration: none;
	font-weight:bold;
}

#content h1 {
	font-family: Arial Black;
	color: #000cff;
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	}
#tblmenu {
	
	background: url(../images/menu_bg.jpg) no-repeat;
}
#tblmenu td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #624727;
}
#tblmenu a:link, #tblmenu a:visited, #tblmenu a:active {
	text-decoration: none;
	color:#624727;
}
#tblmenu a:hover {
	color:#96000f;
}
/* Styles for forms 
.f1 {
        font-family: Verdana;
        font-size: 10px;
        color: #7A7A7A;
        height: 16px;
        width: 117px;
        border: 1px solid #A9A78D;
        padding-left: 4px;
}
.f2 {
        width: 121px;
        height: 76px;
        overflow: auto;
}

.butt-clear {
         width: 40px;
         height: 13px;
         background-image: url(images/button-clear.gif); 
         border: 0px;
         cursor: hand;
         cursor: pointer;
}
.send {
        background-image: url(images/button-send.gif);
}*/
/* end */