/*Fonts */

body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

H1 {
  font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
}

P {
  font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

.TitleBar {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

.TitleBarBlack {
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

.TitleLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.TitleLinkBlack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.copy {
line-height: 18px
}

.copy a:link {
	 color: #000000;
}

.copy a:visited {
	 color: #000000;
}

.copy a:hover {
	 text-decoration: underline;
}

.whatsnew {
	color: #A67B15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.home {
	color: #A67B15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.homesmall {
	color: #A67B15;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #906B12;
}

/*Buttons */

a.ovalbutton{
background: transparent url(../images/nav/button-right.gif) no-repeat top left;
display: block;
float: left;
font: normal 12px Arial; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #ffffff; /*button text color*/
}

a.ovalbutton span{
background: transparent url(../images/nav/button-left.gif) no-repeat top right;
display: block;
padding: 4px 10px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: white;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: auto; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}


