BODY {
	color : #0066CC;
	font-family : Arial, Helvetica, sans-serif, sans-serif;
	font-size : smaller;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
}

A {
	color : #00CCFF;
	text-decoration : none;
}

A:HOVER {
	color : #3399FF;
	text-decoration : none;
}

#coolmenu{
	border: 1px solid #0066CC;
	border-bottom-width: 0;
	width: 120px;
	background-color: #DDEEFF;
}

#coolmenu a{
	font: bold 10px Verdana;
	width: 100%;
	padding: 2px;
	padding-left: 4px;
	display: block;
	color: #0066CC;
	text-decoration: none;
	border-bottom: 1px solid #0066CC;
}

#coolmenu a:hover{
background-color: #0066CC;
color: white;
}

.twheading {
	float : right;
	font-weight : bold;
	vertical-align : bottom;
	ime-mode : disabled;
	}