/* CSS Document */

body {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
	margin: 0;
}

.heading {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: #0c72c3;
	margin: 0;
}



.navigation {
	font-family: Helvetica57-Condensed;
	color: #2b2b2c;
	font-size:15px;
}
span a:link, span a:visited {

	color: white;
	text-decoration: none;
}

span a:hover{
	color: #404040;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	color: black;
}

.copyright {
	color:#999;
	font-size:10px;
}

ul { 
	list-style-image: url(Assets/bullet.jpg);
}

ul li
{
	line-height: 1.2em;
	padding-bottom: 4px;
}

.tdLeft
{
    background: transparent url(Assets/border/PrimeBorderLeft.gif) repeat-y;
    width: 12px;
}

.tdRight
{
    background: transparent url(Assets/border/PrimeBorderRight.gif) repeat-y;
    width: 12px;
}

.tdBottomLeft
{
    background: transparent url(Assets/border/bottomLeft.gif) no-repeat;
    width: 12px;
    height: 12px;
}

.tdBottomRight
{
    background: transparent url(Assets/border/bottomRight.gif) no-repeat;
    width: 12px;
    height: 12px;
}

.tdBottom
{
    background: transparent url(Assets/border/bottomFiller.gif) repeat-x;
    height: 12px;
}


img { border: 0px; }

textarea 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.lightbox
{
	color: #999;
	text-decoration: none;	
}

#logos { text-align: center;}
#logos img { padding: 20px; }
