body {	
	margin-top: 0px;
	margin-bottom: 0px;	
	padding: 0px; 

	SCROLLBAR-FACE-COLOR: #dc342f ; 
	SCROLLBAR-HIGHLIGHT-COLOR: #ffb3b3; 
	SCROLLBAR-SHADOW-COLOR: #ff0000; 
	SCROLLBAR-3DLIGHT-COLOR: #ff0000; 
	SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-TRACK-COLOR: #eeede0; 
	SCROLLBAR-DARKSHADOW-COLOR: #a0a3a7	
}
body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}


a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
	color: red;
}

a.menu_left {
	text-decoration: none;
	color: black;
}
a:hover.menu_left {
	text-decoration: none;
	color: #ff6600;
	letter-spacing: 1px;
}

.head {
	font-family: verdana;
	text-transform: uppercase;
	color: #006699;	
	font-weight: bold;
	font-size:12px;
}
.content {
	float:left; 
	width:100%; 
	height:100%;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.content .title{
	padding-left: 10px;
	font: 12px, Verdana, sans-serif; 
	font-weight: bold;
	color: black;	
}
.content .qoute{
	padding-left: 10px;
	font: 10px, Verdana, sans-serif; 
	font-weight: italic;
	color:808080
}

.content .tomtat {
	 margin-top:5px; 
	 margin-bottom:5px;
	 text-indent:10; 
	 text-align:justify;
}

.content .tomtat img {
	margin-right:10px;
}

.content a:hover {
	color: red;
	TEXT-DECORATION: underline
}
.content a {
	color: black;
	text-decoration: none;
}

.tip{
	padding-left: 10px;
	font: 12px, Verdana, sans-serif; 
	font-weight: bold;
	color: black;	
}