/* CSS Document */
A:link { color : #2c2d86; text-decoration : none;}
A:vlink { color : #2c2d86; text-decoration : none;}
A:hover { color : #2c2d86; text-decoration : none;}
A:active { color : #2c2d86; text-decoration : none;}

body {
	background-image:url(../images/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #2c2d86;
	font-weight: normal;
	text-align: left;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #2c2d86;
	font-weight: normal;
	text-align: center;
}
.cellPad {
	padding : 0px 15px 0px 15px;
}

.pagePad {
	padding : 0px 25px 0px 25px;
}

.headline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 16px;
	color : #2c2d86;
	font-weight: bold;
	text-align: left;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 18px;
	color : #2c2d86;
	font-weight: bold;
	text-align: left;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 28px;
	color : #ffffff;
	font-weight: bold;
	text-align: right;
	padding : 0px 65px 0px 0px;
}
.pLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #2c2d86;
	font-weight: bold;
	text-decoration : underline;
	text-align: left;
}

a.pLink:link { color : #2c2d86; text-decoration : underline;}
a.pLink:vlink { color : #2c2d86; text-decoration : underline;}
a.pLink:hover { color : #5152f1 ; text-decoration : underline;}
A.pLink:active { color : #2c2d86; text-decoration : underline;}

.secondary {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #5152f1;
	font-weight: bold;
	text-decoration : none;
	text-align: left;
}

a.secondary:link { color : #5152f1; text-decoration : none;}
a.secondary:vlink { color : #5152f1; text-decoration : none;}
a.secondary:hover { color : #2c2d86 ; text-decoration : underline;}
A.secondary:active { color : #5152f1; text-decoration : none;}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 10px;
	color : #333399;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size : 11px;
	color : #333399;
	text-align: right;
	text-decoration : none;
}
A.footer:link { color : #333399; text-decoration : none;}
A.footer:vlink { color : #333399; text-decoration : none;}
A.footer:hover { color : #000000; text-decoration : underline;}
A.footer:active { color : #333399; text-decoration : none;}
