a:link {color: #390; text-decoration: none;}
a:visited {color: #360; text-decoration: none;}
a:hover {color: #9c9; text-decoration: none;}
a:active {color: #cf9; text-decoration: none;}

.normalText {
	font-family: verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #333;	
}

.boldText {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #333;	
}

.mainText {
	font-family: arial;
	font-size: 16pt;
	font-weight: bold;
	color: #666;
}

.navText {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #360;
}

.toggleText {
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #390;
	cursor: pointer;	
}

img {
	vertical-align: middle;	
}