body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #646464;
}

p	{
	margin: 0 0 10px 0;
	line-height: 1.7em;
}

h1, h2, h3, h4	{color: #646464; font-weight: bold; margin: 0;}

h1 {
	font-size: 115%;
	margin: 0 0 3px 0;
	padding: 10px 0 0 0;
	}
		
h2 {
	font-size: 110%;
	margin: 10px 0 2px 0;
	}

h3 {
	font-size: 100%;
	margin: 10px 0 2px 0;
	}

h4 {
	font-size: 95%;
	margin: 10px 0 2px 0;
	}

td
{
	color : #646464 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
}
a:hover
{
	color : #CC0033;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	text-decoration : none ;
}
.text
{
	color : #646464 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	text-decoration : none ;
}
.red
	{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	text-decoration : none ;
}
.head1
{
	color : #646464 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 15px ;
	font-stretch : wider ;
	font-weight : bolder ;
	text-decoration : none ;
}
.head1:hover
{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 15px ;
	font-stretch : normal ;
	font-weight : bold ;
	text-decoration : none ;
}
.head2
{
	color : #646464 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 11px ;
	font-weight : bolder ;
}
.border
{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	font-weight : bold ;
}
.text2
{
	color : #CCCCCC ;
	font-size : 10px ;
}
.nav
{
	color : #646464;
	font-family : arial, helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	padding-left: 5px;
}
.nav:hover
{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 11px ;
	font-stretch : normal ;
	font-weight : bold ;
	text-decoration : none ;
}
.link
{
	color : #646464 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	font-weight : bold ;
	text-decoration : none ;
}
.link:hover
{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	font-weight : bold ;
	text-decoration : none ;
}

.link2
{
	color : #0033FF;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	font-weight : normal;
}
.link2:hover
{
	color : #0033FF ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	font-weight : bold ;
}

.textlink
{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	text-decoration : none ;
}
.textlink:hover
{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 12px ;
	text-decoration : underline;
}
.title
{
	color : #D8B2D8 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : large ;
	font-stretch : narrower ;
	font-style : normal ;
	font-weight : bold ;
}

.leftborder
{
	background-color : #E5E5E5 ;
}
.topborder
{
	background-color : #FFFFFF ;
	color : #646464 ;
	font-family : arial, helvetica, sans-serif ;
	font-size : 15px ;
	font-style : normal ;
	font-weight : bolder ;
}
.location
{
	background-color : #FFFFFF ;
}
.okbutton
{
	color : #CC3366 ;
	font-family : arial, helvetica, sans-serif ;
	font-weight : bold ;
}

.hide {
	display:none;
}

.clear {
	display:none;
}

.list-red {
	color : #CC3366;
	padding-top: 8px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -20px;
	font-weight: bold;
}

.list {
	padding-top: 8px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -20px;
}
/*** List Handling ***/

ul {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	top: 2px;
}

ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: -5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
}

ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.skip {
	display:none;
}