/*
ELEMENTS
*/
body 	{
	font-family: arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	font-size : 1em;
	}
h1 	{
	font-size:2em;
	font-weight:bold;
	color:black;
	font-style:italic;
	}
h2	{
	font-size: 1.5em;
	font-weight: bold;
	color:black;
	}
h3	{
	font-size:1.25em;
	font-weight:bold;
	color:black;
	}
h4 	{
	font-size:1em;
	font-weight:bold;
	color:black;
	}
hr {
	position: relative;
	top: 0em;
	}
table
	{ 
	border-style: none;
	text-align: left;
	color: black;
	background-color: #ffcc00;
	}
a 	{
	color: Red;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover {
	color: white;
	background-color: Silver;
	text-decoration:none;
	text-transform : none;
    }
pre 	{
	font:12px courier, monospace;
	}
/* 
CLASSES
*/
.bkgnd {
	background-color : #ffcc00;
}
.caption {
	font-size : .8em;
	}
.center-column {
	background-color : White;
	font-size : .80em;
	color : Black;
	text-align : left;
}
.center-text {
	font-family : helvetica, arial, sans serif;
	color: Black;
	font-weight : normal;
	size: .70em;
}
.center-title {
	font-family : helvetica, arial, sans serif;
	color: Black;
	font-size : 1em;
	text-transform : capitalize;
	font-weight : bold;
}
.home-title {
	font-family : helvetica, arial, sans serif;
	color: Black;
	font-size : 1.25em;
	text-transform : capitalize;
	font-weight : bold;
}
.left-text {
	font-family : helvetica, arial, sans serif;
	font-size : .80em;
}
.left-title {
	font-family : helvetica, arial, sans serif;
	color: #ffffff;
	font-size : 1em;
	text-transform : capitalize;
	font-weight : bold;
}
.header {
	background-color : #ffffff;
}
.right-text {
	font-family : helvetica, arial, sans serif;
	font-size : .80em;
}
.updated {
	font-size : .80em;
	font-style : italic;
}