html
{
	overflow-x: auto;
}

body
{
    background: black;
	color: #555555;
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	border-left: 0px solid #072A66;
	line-height: 135%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

img
{
	border: 0;
	vertical-align: middle;
}

a:link,
a:visited,
a:active
{
	background: transparent;
	color: darkgray;
	text-decoration: underline;
}

a:hover
{
	background: transparent;
	color: #ffffff;
}

.bold
{
	font-weight:bold;
}

.color1
{
	color	: darkgray;
}

.color2
{
	color	: gray;
}

.color3
{
	color	: white;
}

.color4
{
    color : Black;
}

.size1
{
	font-size:10px;
}

.size2
{
	font-size:12px;
}

.size3
{
	font-size:16px;
}

.size4
{
	font-size:24px;
}

.size5
{
	font-size:11px;
}

.trooper
{
    width   : 190px;
    height  : 225px;
    float   : left;
    text-align:center;
}

.headerSection
{
    width   :850px;
    text-align: center;
}
.subSection
{
    margin-bottom:25px;
    width   :800px;
}
#divNotes
{
    border      :2px solid silver;
    background  :#fcfcfc;
    padding     :5px;
    margin      :5;
    color       :Black;
}
#divDeployedList
{
     width:770px;
}
.listBoxLabel
{
    float   :left;
    width   :160px;
}