body { color: #08039D; background-color: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px}
A:link, A:visited { text-decoration: none; color: red}
A:hover { background: silver }
div.box { border: solid; border-width: thin; border-color: silver; width: 550; background-color: #eeeeee; font-size: 10px }

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-size: 12px; }
h2 { font-size: 18px; }
h3 { font-size: 12px; color: red;}
h4 { font-size: 13px; margin-left: 15%; margin-right: 15%; }
h5 { font-size: 11px; text-decoration: none}
h6 { font-size: 10px; }
h7 { font-size: 8px; }

table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 2px;
	border-style: outset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

.sidebarBlock {
		background: #b4b4b4 url(assets/boxout-base.gif) 0 100% no-repeat;
		margin-bottom: 20px;
		padding: 10px;
		}
#sidebar h2 {
		background: #b4b4b4 url(assets/header-background-grey.gif) no-repeat;
		margin: 0;
		padding: 8px 10px 6px;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 1.3em;
		}

#sidebar h2.blueHeader {
		background: #2ea9d7 url(assets/header-background-blue.gif) no-repeat;
		border-bottom: 1px solid #ffffff;
		}

#sidebar h2.pinkHeader {
		background: #d72e84 url(assets/header-background-pink.gif) no-repeat;
		border-bottom: 1px solid #ffffff;
		}


