/* CSS Document */

p{
font-family: Arial;
font-size: 14px;
color: #000000;
line-height: normal;
padding: 3px;
}

h1{
font-family: Arial;
font-size: 16px;
font-weight: bold;
color:#000000;
line-height: normal;
padding: 3px;
}

h2{
font-family: Arial;
font-size: 20px;
font-weight: bold;
color: #990000;
line-height: normal;
padding: 3px;
}

h3{
font-family: Arial;
font-size: 12px;
font-style: italic; 
font-weight: normal;
color: #000000;
line-height: normal;
padding: 3px;
}

h4{
font-family: Arial;
font-size: 12px;
font-weight: normal;
color: #000000;
line-height: normal;
padding: 3px;
}

h5{
font-family: Arial;
font-size: 10px;
font-weight: normal;
color: #000000;
line-height: normal;
padding: 3px;
}

h6{
font-family: Arial;
font-size: 14px;
font-weight: normal;
font-style: italic;
}

h7{
font-family: Arial;
font-size: 16px;
font-weight: bold;
font-style: italic;
color: #000099;
}

.navigation{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
}


.navigation:hover{
	font-family: Arial;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
	color: #0000CC;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
}

#newpicuploads {
	width: 300px;
	border: medium double #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	margin-top: 1px;
	margin-bottom: 1px;
}
