body {
	margin: 2px 2px;
	background-color: #000000;
	color:#FFFFFF
}


DIV.BorderBox {border: 1px solid #9966CC;}

DIV.RedBox {border: 1px solid #FF0000;}
.RedBackground{background-color:#FF0000;}
DIV.PurpleBox {border: 1px solid #9900FF;}
.PurpleBackground{background-color:#9900FF;}
DIV.YellowBox {border: 1px solid #FFFF00;}
.YellowBackground{background-color:#FFFF00;}
DIV.GreyBox {border: 1px solid #666666;}
.GreyBackground{background-color:#666666;}

.BlackBackground{background-color:#000000;}


.BoxBackGound{
	background-color:#333333;
}

.RowColor1{
	background-color:#CCCCCC;
}

.RowColor2{
	background-color:#999999;
}

.DarkRowColor1{
	background-color:#333333;
}

.DarkRowColor2{
	background-color:#000000;
}

.Bold {
	font-weight: bold;
}

.SecondaryBoxBackGound{
	background-color:#666666;
}

a.nct:link {color:#000000;text-decoration:none;font-weight:bold;}
a.nct:visited {color:#000000;text-decoration:none;font-weight:bold;}
a.nct:active{color:#000000;text-decoration:underline;font-weight:bold;}
a.nct:hover{color:#FFFF00;text-decoration:underline;font-weight:bold;}

a.nct2:link {color:#FFFF00;text-decoration:none;font-weight:bold;}
a.nct2:visited {color:#FFFF00;text-decoration:none;font-weight:bold;}
a.nct2:active{color:#FFFF00;text-decoration:underline;font-weight:bold;}
a.nct2:hover{color:#FF0000;text-decoration:underline;font-weight:bold;}

a.nct3:link {color:#FFFFFF;text-decoration:none;font-weight:bold;}
a.nct3:visited {color:#FFFFFF;text-decoration:none;font-weight:bold;}
a.nct3:active{color:#FFFFFF;text-decoration:underline;font-weight:bold;}
a.nct3:hover{color:#FFFF00;text-decoration:underline;font-weight:bold;}


.PrimaryBold {color: #3399FF; font-weight: bold;}
.WhiteBold {color: #FFFFFF; font-weight: bold;}
.BlackBold {color: #000000; font-weight: bold;}
.RedBold {color: #FF0000; font-weight: bold;}
.YellowBold {color: #FFFF00; font-weight: bold;}
.GreenBold {color: #00FF00; font-weight: bold;}

.Margin{margin: 2px,5px;}
.XLarge {font-size: x-large}
.Large {font-size: large}
.Small {font-size: x-small}
.XSmall {font-size: x-small}
.Medium {font-size: medium}
