* 
{
	font-family:verdana, arial, sans-serif;
	font-size:11px;
	line-height:14px;
}

td 
{
    font-size:11px;    
}

html, body 
{ 
    height: 100%; 
}

body 
{
	margin:0px;
	padding:0px;
	background-color: #000000;
	color: #cccccc;
	behavior:url("csshover.htc");
	text-align: center; 
	min-width: 600px;   
}

#container
{
    width: 800px;
    margin:0 auto; 
    text-align: left;
}

#header 
{
    width: 100%;
    background-color:#333333;
}

div.menu 
{
    background-color: #333333;
	border:0px solid #333333;
	
	margin:0px 0px 0px 0px;
	position:relative;
	top: -1px;
	height:15px;
	/* z-index: 10; */
}

.content
{
    background-color: #444444;
    
}

.content h1, .titlebg td 
{
    background-image: url(images/titlebg.jpg);
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    text-align: left;
}

.footer 
{
    clear: both;
    text-align: center;
}

.odd 
{
    background-color: #333333;
}

.even 
{
    background-color: #282828;
}

a img 
{
    border: 0px;
}

input
{
    
}

.red
{
    color: red;
}