﻿body 
{
	font-family: Arial;
	font-size: 12px;
	background-color: #1a1a1a;
	text-align:center;
	line-height:120%;
}

#centercontainer {
	margin: 10px auto;
	width: 900px;
}
  
a:link {color:#000000; text-decoration: none;}
a:visited {color:#000000; text-decoration: none;}
a:active {color:#000000; text-decoration: none;}
a:hover {color:#000000; text-decoration: underline;}

a:link.orangelink {color:#ef6000; text-decoration: none;}
a:visited.orangelink {color:#ef6000; text-decoration: none;}
a:active.orangelink {color:#ef6000; text-decoration: none;}
a:hover.orangelink {color:#ef6000; text-decoration: underline;}

a:link.whitelink {color:#ffffff; text-decoration: none;}
a:visited.whitelink {color:#ffffff; text-decoration: none;}
a:active.whitelink {color:#ffffff; text-decoration: none;}
a:hover.whitelink {color:#ffffff; text-decoration: underline;}

.white
{
	color:#ffffff;
}

.title
{
	color:#ef6000;
	font-size: 16px;
	font-weight: bold;
	line-height:120%;
	margin-bottom:5px;
}

.whitesmall
{
	font-size: 10px;
}

.orangetext
{
	color:#ef6000;
}

.dottedline
{
	border-bottom: 1px dotted #000000;
	height:1px;
	width:100%;
	padding:0;
}


