/************** fonts - user relative size ***********************/

body, td, th, p {
	font: normal normal 12px/120% Verdana, Arial, Helvetica, sans-serif, ËÎÌå;
}


textarea {font-size: 12px;}
/* support relative fonts */


h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #620A08;
	font-weight: bold;
	margin: 1px 0;
}

h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #620A08;
	font-weight: bold;
	margin: 1px 0;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	margin: 6px 0;
}

h5 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #620A08;
	font-weight: bold;
	margin: 1px 0;
}

h6 {
	font-size: 10px;
	color: #620A08;	
	margin: 4px 0;
}

/* */

img {
	display: block;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}
li {
	list-style: disc inside url(../i/small/jt0.gif);
	margin: 3px 0;
}
pre {
	font-size: small;
	border: 1px solid Aqua;
	font-size: small;
	border: 1px solid #888888;
	width: 520px;
	margin: 0 auto;
	padding: 5px;
	background: #d2e4fc;
}	
/* default links */
a {
	color: #620A08;
	text-decoration: none;
}
a:link {
	text-decoration : none;
	color: #620A08;
	background: transparent; 
}
a:visited {
	text-decoration : none;
	color: #620A08;
	background: transparent;  
}
a:hover {
	text-decoration : underline;
	color: red;
	background: transparent; 
}
a:focus {
}
a:active {
	color: #620A08;
	background: transparent;  
}

a.menu {
	color: White;
	text-decoration: none;
}
a.menu:link {
	text-decoration : none;
	color: White;
	background: transparent; 
	}
a.menu:visited {
	text-decoration : none;
	color: White;
	background: transparent;  
}
a.menu:hover {
	color: #CC3300;
	text-decoration: underline;
	background: transparent;  
}






