@charset "utf-8";
/* CSS Document */

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-indent: 0px;
}

.picturetitle {
	font-size: 28px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.sidebar {
	font-size: 10px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

A.class1-black:link, A.class1-black:visited, A.class1-black:active {
COLOR: #ae151a;
}
A.class1-black:hover {
COLOR: #ae151a;
}

A.class2-white:link, A.class2-white:visited, A.class2-white:active {
COLOR: #ffffff;
}
A.class2-white:hover {
COLOR: #ffffff;

}	
	
/*
CONTAINER

#sidebar {
	position: absolute;
	left: 209px;
	top: 271px;
	width: 186px;
	font-size: .8em;
}


MENU STYLES:

#navlist {
margin: 0;
padding: 0;
list-style-type: none;
}
#navlist a, #navlist a:visited {

padding: 1px 1px 1px 1px;
background-color: #A3A8AA;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #000033;
font-size: 13px;
text-decoration: none;
}

#navlist a:hover {
background-color: #A3A8AA;
color: #E4F616;
}
#sidebar #navlist .uberlink {
background-color: #A3A8AA;
background-repeat: no-repeat;
background-position: 0% 50%;
color: #E4F616 !important;
font-weight: bold;
cursor: default;
}
*/

