html
{
	font-family:Arial, Sans serif;
	font-size:12px;
}
body {
	
	background:#eee;
}
input
{
	font-family:Arial, Sans serif;
	font-size:11px;
}
a
{
	color:#A26691;
	font-weight:bold;
}

a:hover
{
	color:white;
	background:#CB87B8;
}
 

a img
{
	border:2px solid #CB87B8;
}
  
  
ol, ul, p
{
	text-justify:inter-word;
	color:#111;
	line-height:20px;
	padding-bottom:10px;
}

p
{ 
	text-align:justify;
}

ul.small, p.small, ol.small
{
	font-size:11px;
	line-height:18px;
}

a.menu
{
	color:white;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	padding-right:20px; 
	padding-top:3px;
	padding-bottom:4px;
	border-right:1px solid #555;
	margin:0px;
	float:left;
	display:block;
}

a.menu:hover
{
	background: #ffffff;
	color:black;
}

a.menuactive
{
	background:#CB87B8;
	border:0px;
}

h1
{ 
	font-size:19px;
	font-family:Verdana;
	font-weight:strong;
 	color:#000; 
 	padding-bottom:10px;
}

h2
{ 
	font-size:15px;
	font-family:Arial;
	font-weight:strong;
 	color:#000;
}

h3
{ 
	font-size:13px;
	font-family:Arial;
	font-weight:strong; 
 	color:#000; 
 	border-bottom:1px solid #000;
}

table.basictable
{
	background:black;
	border-spacing:1px;
}

table.basictable td
{
	padding:5px;
	background:white;
}

table.basictable tr.head td
{
	font-weight:bold;
}

tr.yellow td
{
	background:#ffa;
}
li
{
text-align:justify;
}
.hilite
{
 
	background-color:#ff9;
}
div.insert
{
	float:right; 
	margin-left:15px;
	margin-right:15px;
	line-height:18px;
	padding:10px; 
	color:#D6307A;
	font-weight:bold;
	font-size:14px;
	font-style:italic;
	background:#fdf;
	text-justify:none;
	text-align:left;
}
.thinlinks a
{  
	font-weight:normal;
}
.left
{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.right
{
	float:right;
	padding-left:15px;
	padding-bottom:10px;
	padding-top:10px;
}