/* commonstyles.css 
// This file should include all of the
// global styles used in the website with
// the exsepction of the menu styles
*/
p {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
}
body {
	background-color: #000000;
}
.header {
	color: #B5DC77;
	font-family: Arial, Helvetica, sans-serif;
}
.whitetext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #CA8101;
}
a:hover {
	color: #FEA40E;
}
a:visited	{
	color:#Ca8101;
}
h1	{
	color:#FFF;
}
ul {
	color:#FFF;
}.h4color {
	color: #FFF;
	font-size: small;
}
.h2descrpt {
	font-size: small;
	color: #FFF;
}
.H2 {
	font-size: small;
	color: #FFF;
}

