/* HSMO style sheet */

/*HTML Elements*/

body, td, th  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;	
	color : #000000;
}
p, div, span  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}
ol, ul, li {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}
a {
	color: #800000;
	font-weight: bold;
	text-decoration: underline;
}
a.gray {
	text-decoration : none;
	color : #999999;
	font-weight : bold;
}
a.on {
	text-decoration : none;
	color : #009900;
	font-weight : bold;
}
a:visited {
	text-decoration : none;
	color : #000066;	
}
a:hover {
	text-decoration : underline;
	color : #990000;
}
a:active {
	text-decoration : underline;
	color : #996600;
}

h1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color: #006600;
	margin-top : none;
	margin-bottom : none;	
}

h2  {
	color: #990033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-top: none;
	margin-bottom: none;
	text-decoration: underline;
}

h3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000000;
}

h4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000000;
	font-style : italic;
}

blockquote  {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
}



/*HTML Classes*/

.h1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color: #006600;
}

.h2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color: #000099;
	margin-top : none;
	margin-bottom : none;
}

.h3  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000000;
}

.h4  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color: #000000;
	font-style : italic;
}

.menu {
	font-size : 9pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.topics {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
}
.items {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font-weight : bold;
}
.td {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
}
.copy {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}
.footer {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : normal;
}
.caption {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight : bold;
	background : #CCCCCC;
	line-height : 120%;
	padding : 3pt 5pt 3pt 5pt;
}

/* font styles */

.sans {
	font-family : Arial, Helvetica, sans-serif;
}
.serif {
	font-family : Times, serif;
}
.symbol {
	font-family : symbol;
}
.normal {
	font-weight : normal;
}
.bold {
	font-weight : bold;
}

/* colors */

.white {
	color: #ffffff;
}
.gray {
	color: #999999;
}
.red {
	color: #cc0000;
}
.blue {
	color: #0000cc;
}
.green {
	color: #009900;
}
.gold {
	color: #ffcc00;
}



/*HTML IDs*/
#red {
	color: #cc0000;
}
#white {
	color: #ffffff;
}
#gray {
	color: #999999;
}
#blue {
	color: #0000cc;
}
#green {
	color: #009900;
}
#gold {
	color: #ffcc00;
}

/* Photo Contest Styles */

.picTitle {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font-weight : bold;
	margin-bottom : 5px;
}

.intro {
	font-size : 8pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	font-style : normal;
	margin-left : 8px;
}

.location {
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #000066;
	font-style : italic;
	font-weight : bold;

}

.dates {
	font-size : 11pt;
	font-family : Arial, Helvetica, sans-serif;
	color : #006600;
	font-weight : bold;
	margin-bottom : 5px;
}
