BODY
   
{
   
Background-color:#CCCCCC;

Color: #000000;

Font-family: sans-serif;

Font-size: 1em;

}

/* FONTS */

A:link{color:0078C1}

A:visited{color:darkblue}

P

{

Color: #000000;

Font-size: 12pt; 

Font-family: Arial; 


}

TD

{

Color: #000000;

Font-size: 12pt; 

Font-family: Arial; 

}

EM

{

Color: #0078C1;

Font-size: 12pt; 

Font-family: Arial; 

}

H1

{

Color: #0078C1;

Font-size: 12pt; 

Font-family: Arial;

}

H2

{

Color: #0078C1;

Font-size: 25px; 

Font-family: Arial; 

}

H3

{

Color: #000000;

Font-size: 12pt; 

Font-family: Arial;

Font-style: italic;

}

.footerlink

{ 

Color: 0078C1; 

Font-size: .95em; 

Font-family: Arial; 

}

.footertext

{

Color: #000000;

Font-size: 10px; 

Font-family: Arial; 

}

.sidetext

{

Color: #000000;

Font-size: .95em; 

Font-family: Arial; 

}

ul a:link,
ul a:visited,
ul a:hover,
ul a:active
	{ color:#0078C1; }

h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active
	{ font-weight:bold; color:#0078C1; }

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active
	{ font-weight:bold; color:#0078C1; }

td a:link,
td a:visited,
td a:hover,
td a:active
	{ font-weight:bold; color:#0078C1; }

/* END OF FONTS */


/* NAVIGATION MENU */



.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

.ninja.vertical {
	width: 155px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.ninja.vertical ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.ninja.vertical ul li {
	display: block;
	float: left;
	width: 90%;
	margin: 0;
	padding: 0;
	background: url('images/dotup.gif') no-repeat top left;
}

.ninja.vertical ul li a {
	display: block;
	margin: 0;
	width: 75%;
	padding-left: 40px;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 100%;
	color: #000000;
	text-decoration: none;
	background: url('images/dotup.gif') no-repeat top left;
}

.ninja.vertical ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 90%;
	height: 35px;
	padding-top: 10px;
	padding-right: 35px;
	background: url('images/dot.gif') no-repeat top right;
	cursor: pointer
}

.ninja.kick ul li a:hover,
.ninja.kick ul li.highlight a {
	background: url('images/dotdown.gif') no-repeat top left;
}
.ninja.kick ul li a:hover span.menu_ar,
.ninja.kick ul li.highlight a span.menu_ar {
	background: url('images/dot.gif') no-repeat top right;
}

/* END NAVIGATION MENU */