h1  {
	font-size : 14px;
	font-family : Verdana, Arial;
	line-height : 18px;
	color: #FFFFFF;
	text-align : left justify;
	font-weight: normal;
}

h2  {
	font-size : 13px;
	font-family : Verdana, Arial;
	line-height : 17px;
	color: #FFFFFF;
	text-align : left justify;
	font-weight: normal;
}

.heading  {
	font-size : 20px;
	font-family : Trebuchet MS, Verdana, Arial;
	line-height : 30px;
	color: #FFFFFF;
	text-align : left justify;
	font-weight: bold;
}

.hometext  {
	font-size : 14px;
	font-family : Verdana, Arial;
	line-height : 18px;
	color: #FFFFFF;
	text-align : left justify;
}


.text  {
	font-size : 13px;
	font-family : Verdana, Arial;
	line-height : 17px;
	color: #FFFFFF;
	text-align : left justify;
}

.newstext  {
	font-size : 11px;
	font-family : Verdana, Arial;
	line-height : 15px;
	color: #FFFFFF;
	text-align : left justify;
}

.smalltext  {
	font-size : 9px;
	font-family : Verdana, Arial;
	line-height : 12px;
	color: #FFFFFF;
	text-align : left justify;
}


a {color: #FFFFFF; text-decoration: underline}  
a:hover {color: #0000FF; text-decoration: underline}
a:visited {color: #E1E1E1; text-decoration: underline}

input {
	font-size: 10px; 
	background: #DEEDFE; 
	color: #000000; 
	font-family: verdana, arial
}

input.checkbox {
	color: #FF0000;
	background: #FFFFFF;
}

SELECT {
	font-size: 10px; 
	background: #DEEDFE;
	color: #000000; 
	font-family: verdana, arial
}
TEXTAREA {
	font-size: 10px; 
	background: #DEEDFE;
	color: #000000; 
	font-family: verdana, arial
}

.menu-container {
	width:172px;
	background-color:#FFF;
}

.menu {
	width: 165px;
}

.menu ul {
	display:block;
	background-color:#333333;
	margin: 0px;
	padding: 6px 0px 6px 10px;
	list-style:none;
}

.menu ul li a {
	display:block;
	margin: 0px;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	list-style:none;
	line-height: 1.3;
}

.menu li a:hover {
	background-color:#FFF;
	color:#414141;
	font-weight:bold;
	text-decoration:none;
	list-style:none;
}
	
