@charset "ISO-8859-1";
/* CSS Main */

/*  Tags ***/
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #CCCCCC;
}
a:link {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
a {
	font-weight: bold;
}

/* Styles */

.style2 {
	font-size: small
}
.style9 {
	font-size: small;
	font-weight: bold;
}
.style11 {
	font-size: medium;
	font-weight: bold;
	color: #000099;
}
.style12 {
	font-size: x-small
}/*** Advanced IDs ***/

/*** side menu container ***/
#vert_menu {
	margin: 0px;
	padding: 0px;
}
#vert_menu_links {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	width: 150px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}
#vert_menu_links h3 {
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #5A5B50;
}
#vert_menu_links a:link, #vert_menu_links a:visited {
	display: block;
	font-weight: normal;
	color: #00f;
	text-decoration: none;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	height: 30px;
}
#vert_menu_links a:hover {
	color: #F60;
}
#vert_menu_links h1 {
	border-bottom: 1px solid #5A5B50;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	font-family: Technical, Arial, sans-serif;
	font-size: 24px;
	margin: 0px;
}
