body {
	font:12px;
	padding:0px;
	margin: 0px 0 0 0;
	background-position: top right;
}
	
a:link {
	font-family: Times New Roman;
	font-size: 10pt;
	color: White;
	text-decoration: underline;
}
	
a:visited {
	font-family: Times New Roman;
	font-size: 10pt;
	color: White;
	text-decoration: underline;
}
a:hover {
	font-family: Times New Roman;
	font-size: 10pt;
	color: #003399;
	text-decoration: underline;
}
a:active {
	font-family: Times New Roman;
	font-size: 10pt;
	color: White;
	text-decoration: underline;
}

.text {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #003399;
}

.textWhite {
	font-family: "Times New Roman";
	font-size: 14px;
	color: White;
}


.textIt {
	font-family: Times New Roman;
	font-size: 14px;
	color: #003399;
	font-style: italic;
}


.textBold {
	font-family: Times New Roman;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	
}

.textBoldLine {
	font-family: Times New Roman;
	font-size: 14px;
	color: #003399;
	font-weight: bold;
	text-decoration: underline;
	
}


.textBig {
	font-family: Times New Roman;
	font-size: 18px;
	color: #003399;
	font-weight: bold;

}

.table {
	font-family: Times New Roman;
	font-size: 14px;
	color: #003399;
	background : White;
	border : 1px solid #003399;
}

.tableBlue {
	font-family: Times New Roman;
	font-size: 14px;
	color: White;
	background : #2a6bb2;
	border : 1px solid #003399;
}
