body {
	font-family: Tahome, Small Tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
	background: #FFF;
	width: 950px;
	text-align: center;
	margin: 10px auto;
	font-size: 11px;
}

.td_left {
    background: #FFF;
    height: 100%;
	text-align: left;
}

.main_tbl {
	width: 100%;
	border: 1px solid #AAA;	
}

.error {
    color: #FF0000;
    font-weight: bold;
    font-size: 11px;
}

.noerror {
    color: #00FF00;
    font-weight: bold;
    font-size: 11px;
}

.header, .title {
    font-weight: bold;
    text-align: center;
}

#news {
    font-size: 12px;
    color: #444;
}

#creator {
    background: #FAFAFA;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #999;
    padding: 8px;
}

#bottom {
    border: 1px solid #767376;
    background: #FFF;
    height: 100px;
}

#copyright {
    padding: 5px;
    color: #666;
    font-family: Arial;
    font-size: 9px;
}
	
#left {
    min-height: 360px;
    height: 100%;
    padding: 5px;
}
    
#center {
    min-height: 360px;
    height: 100%;
    padding: 10px;
    background: #FFF;
}

* html #center {
    height: 360px;
}

select {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

.tops {
    padding: 2px 5px;
    width: 100%;
    border: 1px solid #CCC;
}

input {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 12px;
}

input.button {
    font-family: Arial, Verdana, Sans-Serif;
    font-weight: bold;
    font-size: 12px;
    background: #E3E7E3;
    color: #767376;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #111;
    text-decoration: underline;
}

.box {
    font-size: 11px;
    background: #FAFAFA;
    border: 1px solid #D6D3D6;
    padding: 5px; 
    margin-top: 15px;   
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
