A{
	color : blue;
}

A:hover{
	color : c30;	
}

A:link, A:visited{
	text-decoration : none;
}

BODY{
	background-color : white;
	color : black;	
	font-family : Arial, Helvetica, sans-serif;
}
TD, P{
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}

H1{
	margin-top : 3px;
	font-size : 21px;
}
H2{
	font-size : 19px;
	color : navy;
}
H3{
	font-size : 16px;
	color : #666;
}
H4{
	font-size : 16px;
}

HR{
	color : grey;
	background-color : grey;
	height : 1px;
	border : none;
	margin : 0;
	padding : 0;
}

PRE{
	font-size : 10px;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	text-transform : uppercase;
	margin : 0;
	color : #666;
}

PRE A{
	font-size : 10px;
	color : #666;
}
PRE A:HOVER{
	font-size : 10px;
	color : #C00;
}
.caption{
	font-size : 11px;
	color : navy;	
}
.note{
margin-top : 4px;
margin-bottom : 4px;
	font-size : 10px;
	color : #FF0000;		
}

#statement{
	background-color : #C0C0C0;
	color : white;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	text-align : center;
	padding : 3px;
	border-bottom : 1px solid white;

}

#headerBar{
	background-color : #C0C0C0;
	color : white;
	font-size : 11px;
	padding : 3px;
	border-top : 1px solid white;
	border-right : 1px solid white;
}
#headerText{
	background-color : #C0C0C0;
	color : white;
	font-size : 11px;
	border-top : 1px solid white;
	padding : 3px;
	text-align : center;
}
#footer{
	background-color : #C0C0C0;
	color : white;
	border-top : 1px solid white;
}
#footer TD{
	font-size : 11px;
}

#menu{
	background-color : #fff5cc;
	margin-top : 5px;
	margin-bottom : 10px;
	text-align : left;
}
#menu TD{
	border-top : 2px solid white;
	padding : 5px;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
}
#menu a{
	text-decoration : none;
	color : #000080;
}

#menu a:hover{
	text-decoration : text-decoration;
	color : #cc0000;	
}

#content{
	width : 440px;
	margin-top : 5px;
	margin-right : 10px;
	margin-left : 10px;
	margin-bottom : 5px;
	text-align : left;
}

#picturePanel{
	margin-top : 5px;
	margin-bottom : 5px;
	background-color : #fff5cc;
	text-align : center;
}
#picturePanel IMG{
	margin-bottom : 5px;
}
#picturePanel HR{
	margin : 0;
	padding : 0
}

.footnote{
	font-size : 13px;
	color : red;
}

.photoFrame{
	display : block;
	border-top : 1px solid gray;
	border-bottom : 1px solid gray;
	padding-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 6px;
	
}

.redText{
	color : #cc0000;
}

.blueText{
	color : #0000cc;	
}

.greenText{
	color : #006600;
}