
body {
	margin: 0px;
	padding: 0px;
}

div, p, span {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

form {
	margin: 0px;
}

img {
	border: 0px;
}

table {
	width:100%;
}

td {
	vertical-align: top;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:visited:hover {
	color: #2b8e1e;
	text-decoration: none;
}

/*----- ELEMENTAL STYLE CLASSES -----*/

a.white, a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

a.white:hover, a.white:visited:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.distractor {
	padding-top: 3px;
}

td.bottomSidebar {
	background-image: url("../images/sidebar_h.gif");
	background-repeat: repeat-x;
	background-position: top;
}

td.centerContent {
	vertical-align: top;
	background-color: #FFFFFF;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

td.leftContentCell {
	background-image: url("../images/content_l.gif");
	background-repeat: repeat-y;
}

td.leftContentCellAlt {
	background-image: url("../images/content_l_alt.gif");
	background-repeat: repeat-y;
}

td.leftSidebar {
	background-image: url("../images/sidebar_v.gif");
	background-repeat: repeat-y;
}

td.topSidebar {
	background-image: url("../images/sidebar_h.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}

ul.noBullet {
	list-style: none;
}

/*----- GENERAL STYLE CLASSES -----*/

.adBox {
	background-color: #FFFFFF;
	width: 160px;
}

.alignBottom {
	vertical-align: bottom;
}

.alignBottomLeft {
	text-align: left;
	vertical-align: bottom;
}

.alignBottomRight {
	text-align: right;
	vertical-align: bottom;
}

.alignCenter {
	text-align: center;
}

.alignMid {
	vertical-align: center;
}

.alignRight {
	text-align: right;
}

.alignRit {
	horizontal-align: right;
}

.alignTop {
	vertical-align: bottom;
}

.alignTopLeft {
	text-align: left;
	vertical-align: top;
}

.alignTopRight {
	text-align:right;
	vertical-align:top;
}

.bigImage {
	margin-top: 2px;
}

.blockBg {
	background-color: #B2D885;
	margin-top: 10px;
}

.blue {
	color: #000;
	font-weight: bold;
}

.blue1 {
	color: #659a8f;
}

.blueBg {
	background-color: #B2D885;
}

.borderBlack {
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.borderBlackBottom {
	border-bottom: 1px solid #06493B;
}

.bottom {
	background-color: #D8D8E5;
	margin-left: 5px;
}

.boxCell {
	border-top: 1px solid #2E4473;
	border-left: 1px solid #2E4473;
	border-right: 1px solid #2E4473;
	border-bottom: 1px solid #2E4473;
	background-color: #B0CD8D;
}

.button {
	background-color: #231F20;
	margin-top: 20px;
	margin-left: 15px;
}

.clear {
	clear: both;
}

.cellBar {
	margin: 4px 0px 5px 15px;
}

.cellText {
	margin: 4px 0px 0px 15px;
}

.darkBlue {
	color: #FFF;
	font-size: 12px;
	margin-left: 15px;
}

.darkBlue1 {
	color: #FFF;
	font-size: 12px;
}

.darkblueBg {
	background-color: #2E4473;
	height: 25px;
	width: 580px;
	margin-left: 20px;
}

.darkGreyBg {
	background-color: #7A7A7A;
}

.dataBox {
	background-color: #FFFFFF;
	width: 600px;
	padding: 4px 0px 0px 0px;
}

.exLarge {
	font-size: 22pt;
}

.fieldText {
	color: #DDD;
	font-size: 12px;
	margin-top: 6px;
}

.floatRight {
	float: right;
	padding: 5px 5px 0px 0px;
}

.floatRight1 {
	float: right;
	padding: 20px 5px 0px 0px;
}

.grey {
	color: #232323;
	font-size: 11px;
	margin-left: 5px;
	margin-top: 0px;
}

.greyBg {
	background-color: #FFF;
}

.greyBg2 {
	background-color: #EAEAEA;
}

.greyCell {
	background-color: #EAEAEA;
	height: 25px;
}

.lightBlue {
	color: #EBF5FF;
}

.lightBlueBg {
	background-color: #ADCA8A;
}

.login {
	margin-left: 8px;
	margin-top:  10px;
    background-color: #231F20;
}

.login a {
	color: #FFF;
}

.login1 {
	margin: 0px;
	background-color: #D8D8E5;
}

.marginBottom {
	margin-bottom: 10px;
}

.marginLarge {
	margin: 15px;
}

.marginLarge1 {
	margin: 5px 0px 0px 0px;
}

.marginList {
	margin: 0px 0px 0px 10px;
	padding: 4px 0px 4px 0px;
}

.marginMedium {
	margin: 10px;
}

.marginMedium1 {
	margin-top: 5px;
	margin-left: 7px;
}

.marginSmall {
	margin: 5px;
}

.marginTop {
	margin-top: 15px;
}

.maxSize {
	width: 100%;
	height: 100%;
}

.percent {
	color: #2183E3;
	margin: 0px 0px 8px 8px;
	padding: 0px 0px 5px 0px;
}

.rightCell {
	vertical-align:top;
}

.rightContentCell {
	background-image: url("../images/content_r.gif");
	background-repeat: repeat-y;
}

.small {
	font-size: 10px;
}

.submit {
	margin-top: 15px;
	margin-left: 30px;
}

.title0 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

.title1 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
}

.white {
	color: #FFFFFF;
}

.whiteBg {
	background-color: #FFFFFF;
}

.whiteCell {
	background-color: #FFFFFF;
	height: 25px;
}

.whiteTitle {
	color: #FFFFFF;
	font-size: 10pt;
	margin: 5px;
	padding: 4px 0px 0px 10px;
}
