body
{

	background: url("../images/background.gif");
	background-repeat:repeat-x;
	margin: 0;
}
 

h1
{
	font: normal 2.3em Times New Roman;
	color: #EC4700;
	margin: 0 0 15px 0;
	padding: 0;
}

h2
{
	font-size: 1em;
	color: #333;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #e5e5e5;
}

a
{
	color: #0070C8;
	text-decoration: underline;
}

a:hover
{
	color: #0070C8;
	text-decoration: none;
}


 
.textarea{
    font-family: Trebuchet MS;; 
    font-size: 10px; 
    color: #000000; 
    width: 360px; 
    height:120; 
    border: #000000; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px ; 
    background-color: #fefefe;
    }

.input {  
    font-family: Trebuchet MS;; 
    font-size: 12px; 
    color: #000000; 
    border: #000000; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px ; 
    background-color: #F3EFE5;
    }

.submit  { 
    background-color:#000033; 
    color:#ffffff; 
    font-family:verdana; 
    cursor:pointer; 
    border:1px outset steelblue; 
	height: 30px;
    }

.txt{  
	font-family : Arial, Helvetica, Verdana;
	font-size: 11px; 
	color: #000000;
}


#menu
{
	padding: 0 0 0.5em 0;
	text-transform: uppercase; 
	font-size: 1em;
	border-bottom: 1px solid #e5e5e5;
	color: #999;
	margin-bottom: 3em;
}


.clr
{
	clear: both;
}


admin_menu {
	color: #000000;
	font-weight: none;
	text-decoration:none;	
	font-family : Arial, Helvetica, Verdana;
	font-size:12px;
	color:#ffffff;
}
a.admin_menu {
	color: #000000;
	font-weight: none;
	text-decoration:none;	
	font-family : Arial, Helvetica, Verdana;
	font-size:12px;
	color:#ffffff;
}

a.admin_menu:hover {
	color: #000000;
	font-weight: none;
	text-decoration:none;
	font-family : Arial, Helvetica, Verdana;
	font-size:12px;	
	color:#f2f4f6;
}

.textBoldBlack{
	font-family : Arial, Helvetica, Verdana;
	font-size: 12px; 
	color: #000000;
	font-weight: bold;
}