body {
	background-color: #FFFFFF;
	margin : 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:visited {
	color : #0078F0;
}

a:link {
	color : #0066CC;
}

a:hover {
	color : #6699FF;
}

a:active {
	color: #3399FF;
}

.text-h1 {
	font-family: "Times New Roman", Times, serif;
	color: #2971AC;
	font-size: 28px;
	font-weight: bold;	
}

.text-h2 {
	font-family: "Times New Roman", Times, serif;
	color: #2971AC;
	font-size: 22px;
	font-weight: bold;	
}

.text-h3 {
	font-family: "Times New Roman", Times, serif;
	color: #2971AC;
	font-size: 18px;
	font-weight: bold;	
}

.textNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textJustify {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

.textSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.MenuBckrnd {
	background-image: url(/images/menu_bck.gif);
	background-repeat: repeat-x;
}