html {
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color : #333333;
    margin : 0px;
}

td {	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color : #333333;
    margin : 0px;
}

div {	
	font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	color : #333333;
    margin : 0px;
}

/* *********************** CLASSES ************************** */
.date {
	font-size:12px; color:#FFFFFF;
}

.bigfont {
	font-size: 12px;
}


.blackbold {
	font-weight: bold;
}

.blackboldbig {
	font-size: 14px;
	font-weight: bold;
}

.bluebold {
	font-weight: bold; color: #4575B4;
}

.bluebigbold {
	font-size: 14px; font-weight: bold; color: #4575B4;
}

.bluebg {
	background-color: #4575B5;
}

.lightbluebg {
	background-color: #EBF3FF;
}

.graybg {
	background-color: #CCCCCC;
}

.grayline {
	border-bottom: #FF0000;
	width: 100%;
	border-bottom-style: solid 1px;
}

.whitetxt {
	color: #FFFFFF;
}

a.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}

a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a.bluelink {
	color: #4575B4;
	text-decoration: none;
}

a.bluelink:hover {
	color: #4575B4;
	text-decoration: underline;
}

a.blueboldlink {
	color: #4575B4;
	font-weight: bold;
	text-decoration: none;
}

a.blueboldlink:hover {
	color: #4575B4;
	font-weight: bold;
	text-decoration: underline;
}

a.redlink {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

a.redlink:hover {
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}
