﻿/* base elements */
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font: normal .90em/1.6em Arial, Helvetica, sans-serif;
	color:  black;
	text-align: center;
}
a {
	text-decoration: underline;
	color: #000099;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	font: normal 1.8em;
	color: black;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-weight: bold;
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	margin-top: 16px;
	font-weight: bold;
	font-size: 1.3em;
}
h5 {
	font-weight: bold;
	font-size: 1em;
}
p {
	margin: 10px 0px 0px 0px;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.dot {
	margin: 0;
	padding: 10;
	list-style-type: disc;
}

li {
	margin: 0px 0px 0px 10px;
}
td {
	vertical-align: top;
}
#sidebar {
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 200px 0px;
	width: 125px;
	background: #FFFFFF url(images/indexbar.jpg) left 0px no-repeat;
	text-align: center;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	height: 32px;
}
#sidebar ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	line-height: 32px;
	width: 110px;
	background: transparent;
}
#sidebar ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 32px;
	line-height: 32px;
	font-size: 1.2em;
 	font-weight: bold;
	text-decoration: none;
	color: black;
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=#FFFFFF,Strength=6);
    cursor: hand;
}
#sidebar ul li a:hover {
	height: 32px;
	line-height: 32px;	
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: Red;
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=#FFFFFF,Strength=6);
    cursor: hand;
}
#sidebar ul li a:active {
	height: 32px;
	line-height: 32px;	
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	color: Red;
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.Glow(Color=#FFFFFF,Strength=6);
    cursor: hand;
}

