body{
	background: url(images/background.gif);
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	color: #949494;
}
#footer a:link, #footer a:visited {
	color: #949494; 
	font-weight: normal;
}
#footer a:hover {
    text-decoration: underline;
    color: #cc0000;
}
a:link, a:visited {
    color: #888; 
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
	color: #cc0000;	text-decoration: underline;
	font-weight: normal;
}
#header, #header2{
	width:100%;
	background:url(images/back_top.gif);
	margin:auto;
	background-repeat:repeat-x;
	height: 283px;
}
#header{
	height: 363px;
}
#menu, #menu2{
	padding:0px;
	margin: 0px;
}
#menu{
	height: 41px;
	width:889px;
	background:url(images/back_menu.gif);
	background-repeat:repeat-x;
    font-size: 11px;
    display: table-cell;
    vertical-align: middle;
    color: #EEE;
}

#menu a, #menu2 a{
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	/*border: 1px solid #FFF;*/
	padding: 7px 0px;
	font-weight:normal;
}
#menu a{
	color: #FFF;
	font-size: 11px;
}
#menu2 a{
	padding: 0px 10px;
}
h3{
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    color: #FFF;
}
input, select, textarea{
    border: 1px solid #444;
    background: #222;
    color: #FFF;
}
#menu a:hover{
    color: yellow;
}
.black{
	background: #000;
	padding:5px;
    color: #FFF;
    text-align: left;
}
.contentheading { 
    margin: 0;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #fff;
	padding-top: 5px;
	padding-left: 25px;
	height: 24px;
	margin-bottom: 10px;
	text-align: left;
	background: url(images/header_component.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#padding{
	padding: 0px 10px 5px 10px;
	margin-bottom: 10px;
}
.btn{
    width: 118px;
    height:24px;
    color: #FFF;
    background: url(images/button.gif);
    background-repeat: no-repeat;
    border: 0px;
    font-weight: bold;
}
.btn_small{
    width: 84px;
    height:24px;
    color: #FFF;
    background: url(images/button1.gif);
    background-repeat: no-repeat;
    border: 0px;
    font-weight: bold;
}
h2{
    color: #CC0000;
    font-size: 14px;
}