/* CSS Document */

.titlepic
{ 
background-image:  url(images/graf_head.jpg);
background-color: #FFFFFF;
}
.text 
{
font-family: Arial, Helvetica, sans-serif;
font-size:14;
color:#000000;
padding: 3px;
}
.sidebar
{
	font-family:"Courier New", Courier, mono;
	color: #0033CC;
	background-color:#FFFFCC;
	font-size: 16px;
	line-height: 20px;
	padding: 3px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

.sidebar a:link, .sidebar a:visited, .sidebar a:active
{
font-family:"Courier New", Courier, mono;
color:#0099FF;
background-color:#FFFFCC;
font-size: 16px;
line-height: 20px;
padding: 3px;
font-weight:bold;
}
.sidebar a:hover
{
font-family:"Courier New", Courier, mono;
color: #CC0000;
background-color:#FFFFCC;
font-size:16px;
font-weight:bold;
font-style:italic;

}
.sidebartext
{
font-family:"Times New Roman", Times, serif;
color:#000000;
font-size:12px;
line-height:14px;
}
.titlebar {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #FF9900;
}
.titlebarFooter {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	line-height: 16px;
	color: #FF9900;
	background-color: #FFFFCC;
}
.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFCC;
	background-color: #FF9900;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
