@charset "utf-8";
body {
	margin: 0;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	background-color: #000000;
	padding-left: 5px;
}


td {
	font-size: 12px;
}

th {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FF0;
	font-weight: bold;
	
}
/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 95%;
	max-width: 900px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 765px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-color: #333;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}


.bodystyle {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.Redtext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}


.Ambertext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #F90;
	font-weight: bold;
}

.BigAmbertext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #F90;
	font-weight: bold;
}

.Greentext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #0F0;
	font-weight: bold;
}


.BigGreentext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #0F0;
	font-weight: bold;
}


.BigBlacktext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.BigRedtext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
}

.Yellowtext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FF0;
	font-weight: bold;
}


.BigYellowtext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FF0;
	font-weight: bold;
}

.Bluetext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #09F;
	font-weight: bold;
}

.BigBluetext {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #09F;
	font-weight: bold;
}

.small {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFF;
}

.medium {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.big {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
}

.xbig {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
}

.expanded {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	color: #FFF;
}

.justified {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: justify;
	color: #FFF;
}

.footer {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background:#6F7D94;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	background-color: #CCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	background-color: #F00;
	color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #CCC;
}

.highlightline{
	background-color: #FFF;
	color: #000;
	font-family: "Trebuchet MS", Arial, Tahoma;
	font-size: 18px;
}
.container .content table {
	font-weight: normal;
	text-align: center;
}
