h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	color: #990033;
	font-weight: bold;
	text-decoration: none;
	}

h2 {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 16px;
	color: #990033;
	font-weight: bold;
	text-decoration: none;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	}

.bluebg {
	background-color:#990033;
	}
	
.pixborderbg {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990033;
	border-right-color: #990033;
	border-bottom-color: #990033;
	border-left-color: #990033;
	}

.linkspace {
	line-height: 26px;
	color: #FFFFFF;
	}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	}
	
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcccc;
	font-style: normal;
	text-decoration: underline;
	}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-style: bold;	
	}
	
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffcccc;
	font-style: normal;
	text-decoration: underline;	
	}

a.dark:link {
	color: #336699;
	}

a.dark:visited {
	color:#990033;
	}
	
a.dark:hover {
	color: #990033;
	}

a.dark:active {
	color: #990033;
	}
	
.txtFine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	text-decoration: none;
	}
	
.txtSubtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #336699;
	text-decoration: none;
	}

.txtMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	}

.txtMainBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
	}

.library {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;	
	
	}
	

