body { 
font-family: arial,helvetica;
}

p, ul, ol, li, td { 
font-size: 13px; 
font-family: arial,helvetica;
}

.small { 
font-size: 11px; 
font-family: verdana,arial,helvetica;
}

.description {
margin-top: 0px;
}

.noMarginBottom {
margin-bottom: 0px;
}

td.head {
color : White;
}

h1 {
margin-bottom: 5px;
font-size: 24px;
font-family: arial,helvetica;
}

h2 {
margin-bottom : 5px;
font-family: arial,helvetica;
}

h3 { 
font-family: arial,helvetica;
}

h4 {
font-family: arial, helvetica;
font-size: 16px;
margin-bottom: 0px;
}

a:link       { color: #3366ff; text-decoration: underline; }
a:visited    { color: #3366ff; text-decoration: underline; }
a:active     { color: #ff0000; text-decoration: underline; }
a:hover      { color: #ff0000; text-decoration: none; }

a.white:link       { color: #ffffff; text-decoration: underline; }
a.white:visited    { color: #ffffff; text-decoration: underline; }
a.white:active     { color: #ffffff; text-decoration: underline; }
a.white:hover      { color: #ffff00; text-decoration: none; }

/* Other styles */

img.imageright 
{
	float: right ;
	margin-top: 0px ;
	margin-left: 10px ;
	margin-bottom: 5px ;
}

img.imageleft 
{
	float: left ;
	margin-top: 0px ;
	margin-right: 10px ;
	margin-bottom: 5px ;
}