/* HEADINGS */
	h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	}
	h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	}
	h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	}
	h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140px;
	font-weight: bold;
	color: #333333;
	}
/* PARAGRAPHS */
	/* green page variation*/
	p.NEWSGPs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	}
	p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
	/* small variation*/
	p.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	}
	/* white variation*/
	p.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}
	/* small white variation*/
	p.smallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 2px;
	}
	.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFCC;
	margin-top:0px;
	margin-bottom:0px;
	}

/* LISTS */
	li,ul,ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	}
/* LINKS */
	a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: none;
	}
	a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	text-decoration: none;
	}
	a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: none;
	}
	a.white {
	color: white;
	}
	a.white:visited {
	color: white;
	}
	a.white:hover {
	color: yellow;
	}
	a.smallyellow {
	color: yellow;
	font-size: 11px;
	}
	a.smallyellow:hover {
	color: yellow;
	text-decoration: underline;
	font-size: 11px;
	}
	a.smallyellow:visited {
	color: yellow;
	font-size: 11px;
	}


	a.NEWSGPs {
	color: blue;
	font-size: 10px;
	}
	a.NEWSGPs {
	color: red;
	text-decoration: underline;
	font-size: 101px;
	}
	a.NEWSGPs {
	color: blue;
	font-size: 10px;
	}

/* FORMS */
	.smallForm {	
	color: black; 
	font-size: 9px; 
	font-family: Arial, sans-serif; 
	background-color: #FFFFCC;
	border : #FFFFFF #9999CC #9999CC #FFFFFF;
	}

	
