img {border: none;}
/*Images used as buttons*/
.buttonimage
{
/*	border: none;  The border problem has been solved by defining all images using img(border:none)*/
}
/*Text elements that are used like buttons by adding JavaScript*/
.JSLink
{
	text-decoration: underline;
	color: #FFFF00;
}

body {
	background-color: #CC6600;
	background-image: url(media/images/bkgd.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	color: #FFFFFF;
}
a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 12pt;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 12pt;
}
.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 12pt;
}

.body a:link {color: #FFFFFF;}
.body a:visited {color: #FFFFFF;}
.body a:hover {color: #FF9900;}
.body a:active {color: #FFFFFF;}

.bodybold a:link {color: #FFFFFF;}
.bodybold a:visited {color: #FFFFFF;}
.bodybold a:hover {color: #FF9900;}
.bodybold a:active {color: #FFFFFF;}

.repeatx {
background-repeat: repeat-x;
}
.bottom {
background-repeat: no-repeat;
background-position: bottom;
}
.LeftColumn
{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}
.RightColumn
{
	text-align: left;
}
.FieldTitle
{
	font-weight: bold;
}
.Instructions
{
	color: #FFFF99;
	width: 720px;
}
.NewsMainHeading
{
	color: #FF9900;
	font-size: 22pt;
	font-family: Arial, Helvetica, sans-serif;	
}
.NewsSubHeading
{
	color: #FF9900;
	font-size: 16pt;
}
.NewsFieldTitle
{
	color: #FF9900;
}
.NewsText
{
	color: #FFFFFF;
	font-size: 15px;
}
