body {
	background-color: #dddcd9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
    font-style:  normal;
    font-weight: normal;
	color: #000;;
}

a:link { text-decoration: none; font-weight:bold; color: #363; }
a:visited { text-decoration: none; font-weight:bold; color: #363; }
a:hover { text-decoration: none; font-weight:bold; color: #363; }
a:active { text-decoration: none; font-weight: bold; color: #363; }

a:link:hover { text-decoration: none; font-weight: bold; color: #363; }
a:visited:hover { text-decoration: none; font-weight: bold; color: #363; }
a:active:hover { text-decoration: none; font-weight: bold; color: #363; }

a.directory:link { color: #024b8b; text-decoration: none; font-weight: bold; }
a.directory:visited { color: #024b8b; text-decoration: none; font-weight: bold; }
a.directory:hover { color: #024b8b; text-decoration: none; font-weight: bold; }
a.directory:active { color: #024b8b; text-decoration: none; font-weight: bold; }

a.special:link { color: #c00; text-decoration: none; font-weight: bold; }
a.special:visited { color: #c00; text-decoration: none; font-weight: bold; }
a.special:hover { color: #c00; text-decoration: none; font-weight: bold; }
a.special:active { color: #c00; text-decoration: none; font-weight: bold; }

.none a:link { width: 50%; display: normal; margin: 0px; padding: 0px; line-height: normal; border: 0px; background-color: #fff; text-decoration: none; font-weight: bold; color: #363; }
.none a:visited { width: 50%; display: normal; margin: 0px; padding: 0px; line-height: normal; border: 0px; background-color: #fff; text-decoration: none; font-weight: bold; color: #363; }
.none a:hover { width: 50%; display: normal; margin: 0px; padding: 0px; line-height: normal; border: 0px; background-color: #fff; text-decoration: none; font-weight: bold; color: #363; }
.none a:active { width: 50%; display: normal; margin: 0px; padding: 0px; line-height: normal; border: 0px; background-color: #fff; text-decoration: none; font-weight: bold; color: #363; }

a.subcats {
	line-height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border: 1px solid #309;
	background-color: #bbd3eb;
	font-size: 8.0pt;
	color:#295682;
	font-weight: bold;
	text-decoration:none;
}

a.subcats:hover { background-color: #fff; color: #000; font-weight: bold; }

.content {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
    font-style:  normal;
    font-weight: normal;
	color:#000;
}

.welcome {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.0pt;
    font-style:  normal;
    font-weight: normal;
	text-align: justify;
	color:#000;
	padding: 5px;
}

input {
	border-width: 1px;
	border-style: solid;
	border-color: #003366;
	font-size: 9pt;
	color: #333333;
}

.container { margin-top: 0px; width: 100%; }

h1, h2, h3 {
	margin-bottom: 0px;
}

.container ul
{
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	list-style-type: none;
}

.container a
{
	display: block;
	padding: 3px;
	background-color: #036;
	border-bottom: 1px solid #eee;
}

.container a:link, .entry a:visited
{
	color: #eee;
	text-decoration: none;
}

.container a:hover
{
	background-color: #369;
	color: #fff;
}

li {
	padding-top: 10px;
}