body {
	font-size: 0.75em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
}
/***********************************************************/
h1 {
	color: #663399;
	font-size: 1.7em;
	font-weight: bold
}
h2 {
	color: #663399;
	font-size: 1em;
	font-weight: bold;
}
h3 {
	color: #006699;
	font-size: 1em;
	font-weight: bold;
}
/***********************************************************/
.purple {
	color: #663399;
}
.blue {
	color: #006699;
}
.bold {
	font-weight: bold;
}
.not_bold {
	font-weight: normal;
}
.error {
	color: #FF0000;
}
/***********************************************************/
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
/***********************************************************/
a.menu {
	color: #006699;
	text-decoration: none;
	font-weight:bold
}
a.menu:hover {
	color: #663399;
	text-decoration: none;
	font-weight:bold
}
a.menu:active {
	color: #663399;
	text-decoration: none;
	font-weight:bold
}
/***********************************************************/
a.sub_menu {
	color: #006699;
	text-decoration: none;
	font-weight:normal
}
a.sub_menu:hover {
	color: #663399;
	text-decoration: none;
	font-weight:normal
}
a.sub_menu:active {
	color: #663399;
	text-decoration: none;
	font-weight:normal
}
/***********************************************************/
a.header {
	color: #663399;
	text-decoration: none;
}
a.header:hover {
	color: #663399;
	text-decoration: underline;
}
a.header:active {
	color: #663399;
	text-decoration: underline;
}
/***********************************************************/
#header, #footer {
	color:#663399;
	font-weight:bold;
}
/***********************************************************/
#regions_menu {
	color: #006699;
}	
/***********************************************************/
