/* CSS Document */
body
{
	background-color:#666666;
}
.menutable
{
	border:solid 1px #990099;
	font-family:Tahoma;
	font-size:8pt;
	color:#ffffff;
	background-color:#990099;
	height:20px;
	text-align:center;
	text-valign=:middle;
}
.menutable a
{
	padding:2px 20px 2px 20px;
	text-decoration:none;
	color:#ffffff;
	background-color:#990099;
}
.menutable a:hover
{
	padding:2px 20px 2px 20px;
	text-decoration:none;
	color:#990099;
	background-color:#ffffff;
}
.bottomMenu
{
	font-family:Tahoma;
	font-size:8pt;
	color:#ffffff;
	padding:5px 5px 5px 5px;
	text-decoration:none;
}
h4
{
	font-family:Tahoma;
	font-size:10pt;
}
h5
{
	font-family:Tahoma;
	color:#990099;
}
h6
{
	font-family:Tahoma;
	font-size:10pt;
	color:#990099;
}
h3
{
	font-family:Tahoma;
	color:#990099;
}
p
{
	font-family:Tahoma;
	font-size:9pt;
	text-align:justify;
}
ul
{
	font-family:Tahoma;
	font-size:9pt;
}
li
{
	padding:2px 2px 2px 2px;
}
.box
{
	background-color:#EBEBEB;
	border:solid 1px #808080;
	padding:10 10 10 10;
}
.button
{   
    font-family:Tahoma;
    font-size:8pt;
    color: #000000; 
	cursor: hand; 
	border: 1px solid #808080; 
	background:  url('../images/Button_Back.gif') center; 
	padding:1px;
	width:75px;
	height:25px;
	cursor:pointer
}