@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin:0px;
	padding:0px;
	min-height:590px;}
	
.blackheading {
	font-size:20px;
	font-weight:bold;
	color:#000000;
	}
	
.blueheading {
	font-size:20px;
	font-weight:bold;
	color:#334ea2;
	}
		
	
.blackheading1 {
	font-size:15px;
	font-weight:bold;
	color:#000000;
	}
	
.redtext {
	font-size: 13px;
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
	}
	
.redtext1 {
	font-size: 13px;
	color:#FF0000;
	}
	
.redtext2 {
	font-size: 15px;
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
	}
	
.redtext3 {
	font-size: 15px;
	color:#FF0000;
	font-weight:bold;
	}
	
.bluetext{
	font-size:16px;
	color:#0000ff;
	font-weight:bold;
	}
	
.bluetext1{
	font-size:12px;
	color:#0000ff;
	}
	
.bluelink {
	color:#29479e;
	font-weight:bold;
	font-size:11px;
	}

.bluelink a:link {
	color: #29479e;
	text-decoration:none;
	}

.bluelink a:visited{
	color:#29479e;
	text-decoration:none;
	}
	
.bluelink a:hover{
	color: #CC0000;
	text-decoration:none;
	}
	
.tableborder{
	border-collapse:collapse;
	}
	
.whitetext {
	color:#FFFFFF;
	font-weight:bold;
	}

	
