BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-color:#52655e;
}

/* FONTS */

td {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
	line-height:15pt;
}

.greenTxt {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #8faca1;
	font-weight : normal;
	text-decoration : none;
	line-height:15pt;
}

.greenTxtB {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #8faca1;
	font-weight : bold;
	text-decoration : none;
	line-height:15pt;
}



/* LINKS */

a {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : underline;
}

a:visited {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : underline;
}

a:hover {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: black;
	font-weight : normal;
	text-decoration : underline;
}

.grayLink {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
	line-height:15pt;
	text-decoration : none;
}

.grayLink:visited {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #FFFFFF;
	font-weight : normal;
	text-decoration : none;
	line-height:15pt;
	text-decoration : none;
}

.grayLink:hover {
	font-family : Georgia, Times Roman, Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #cccccc;
	font-weight : normal;
	text-decoration : none;
	line-height:15pt;
	text-decoration : none;
}


/* LIST */

ul {
	list-style-image: url(../images/arrowBullet.gif);
}

/* TABLE */
.tborder {
	border: 1px solid #8B8B8B
}

/* FORMS */

.select {
		font-family: Georgia, Times Roman, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #b5b5b5;
		background-color: #FFFFFF;
		border:solid 1px #b5b5b5;
		font-weight: normal;
}

