@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

.imageborder
{
  border:0px;
}

.content{
	font-family:Arial;
	color:#000000;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
	padding:0px;
}

.small{
	font-family:Arial;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	padding:0px;
}

.bold{
	font-family:Arial;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	line-height:18px;
	padding:0px;
}

.red{
	font-family:Arial;
	color: #FF0000;
	font-size:14px;
	font-weight:bold;
	line-height:25px;
	padding:0px;
}


.link{
	font-family:Arial;
	color:#f68600;
	font-size:14px;
	font-weight:bold;
	line-height:18px;
	padding:0px;
	text-decoration:none;
}
.link a{color:#f68600;}
.link a:hover{color:#003469;}

.footer {font-family: Tahoma; font-size: 12px; color: #999999;}
.footerlink {font-family: Tahoma; font-size: 12px; color: #FF3366; text-decoration:none;}
.footerlink:hover {font-family: Tahoma; font-size: 12px; color: #999999; text-decoration:none;}

