BODY {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

/* FONTS */

td {
	font-family : Arial, Helvetica, sans-serif;
    font-size:13px;
	color: #666666;
	font-weight : normal;
	text-decoration : none;
	line-height:18px;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
    font-size:14px;
	color: #ff9933;
	font-weight : normal;
	text-decoration : none;
	line-height:18px;
	margin-bottom: 0;
}
	

.rightColumn {
	font-family : Arial, Helvetica, sans-serif;
    font-size:13px;
	color: #666666;
	font-weight : normal;
	text-decoration : none;
	line-height:16px
}


.smLeft {
	font-family : Arial, Helvetica, sans-serif;
    font-size:11px;
	color: #616161;
	font-weight : normal;
	text-decoration : none;
}

.radioAnn {
	font-family : Arial, Helvetica, sans-serif;
    font-size:16px;
	color: #616161;
	font-weight : normal;
	text-decoration : none;
}




/* LINKS */

a {
	font-family : Arial, Helvetica, sans-serif;
    font-size:13px;
	color: #336699;
	font-weight : normal;
	text-decoration : underline;
}


a:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:13px;
	color: #336699;
	font-weight : normal;
	text-decoration : underline;
}

a:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:13px;
	color: #68683d;
	font-weight : normal;
	text-decoration : underline;
}

.sm1 {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #999999;
	font-weight : normal;
	text-decoration : underline;
}


.sm1:visited {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #999999;
	font-weight : normal;
	text-decoration : underline;
}

.sm1:hover {
	font-family : Arial, Helvetica, sans-serif;
    font-size:10px;
	color: #ff9933;
	font-weight : normal;
	text-decoration : underline;
}


.grayBorder {
	border: 1px solid #e1e1e1;
	margin-right:15px;
}


/* LIST */

ul {
	list-style-type: square;
	line-height:20px
}

/* TABLE */
.tborder {
	border: 1px solid #8B8B8B
}

