body{
	margin: 0px;
	background-image:URL("../images/pg_bg.jpg");
}

body a {
	color: #0B265E;
	font-weight : bold;
	text-decoration: underline;
}

body a:hover {
	color: #AF0000;
	text-decoration: underline;
}
.header{
	font-family: arial; 
	font-size: 24px;
	font-weight: bold;
	color: #1F4084; 
}
.txt1{
	font-family: Trebuchet MS; 
	font-size: 12px;
	font-weight: normal;
	color: #0B265E;
	text-align:justify;
	line-height: 130%; 
}
.txt2{
	font-family: Trebuchet MS; 
	font-size: 14px;
	font-weight: bold;
	color: #E49512;
	line-height: 160%; 
}
.txt3{
	font-family: Trebuchet MS; 
	font-size: 13px;
	color: #0B265E;
	line-height: 160%; 
}
.txt4{
	font-family: Trebuchet MS; 
	font-size: 18px;
	font-weight: bold;
	color: #0B265E;
	line-height: 160%;
}
.footer{
	font-family: verdana; 
	font-size: 10px;
	color: #AFACAC;
}

/*-------------Headings-------------*/

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Sans-Serif;
}

h1 {
	font-size: 1.2em;
	color: #000000;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.0em;
}
