body {	
	background-color : #000000;
	margin: 10px 0px 0px 0px;
	font-family:  helvetica, san-serif;
	color: #ffffff;
}

.mainText{
	
}

.smallText{
	font-size: 7.5pt;
}

.boldText{
	font-weight: bold;
}

.titleText{
	color: #ffffff;
	font-size: 15pt;
	line-height: 40px;
	margin-right: 10px;
	text-decoration: none;
	font-weight: lighter;
	font-family:  helvetica, san-serif;
}

.titleText:hover{
	color: #999999;
}

.titleText2{
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	font-variant : small-caps;
	line-height: 15pt;
	margin-right: 10px;
	text-decoration: none;
}

.titleText2:hover{
	color: #999999;
	font-size: 8pt;
	font-weight: bold;
	font-variant : small-caps;
	line-height: 15pt;
	margin-right: 10px;
	text-decoration: none;
}

.linkStyle {
	color:#ffffff;
	text-decoration: none;
	font-weight: bold;
}
				
.linkStyle:hover{
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

.linkSmall {
	color:#000000;
	text-decoration: underline;
	font-size: 8.5pt;
	font-weight: normal;
}
				
.linkSmall:hover{
	color: #999999;
	text-decoration:underline;
	font-size: 8.5pt;
	font-weight: normal;
}
.button{
	background-color:#696969;
	color: #FFFFFF;
	border: 0px;
}

.button:hover{
	background-color:#333333;
	color: #ffffff;
	border: 0px;
}

p, pre, ul, ol, blockquote, form, td {
    line-height: 18pt;
  	font: 12pt/18pt 'Helvetica Neue',Arial,Helvetica,sans-serif;
}