/* CSS Document */

/* Page Settings */
body	{
	background-color:#FFFFCC;
	background-image:url(images/background.gif);
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

A:link		{color: #003399; font-weight: bold; text-decoration: none;}
A:visited	{color: #003399; font-weight: bold; text-decoration: none;}
A:active	{color: #003399; font-weight: bold; text-decoration: none;}
A:hover 	{color: #CC9933; font-weight: bold; text-decoration: underline;}

hr	{
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 5px;
	width: 75%;
	border-bottom: 1px #333333 solid;
	border-top: 1px #333333 solid;
}

/* Table Settings */
td.sidebar	{
	background-color: #DFDFDF;
	font-family: Tahoma, serif;
	font-size: 11px;
	padding: 5px;
	border-bottom: 5px inset #666666;
	border-right: 5px outset #666666;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
td.navbar	{
	background-image: url(images/navbar_sbs_10_navbar.gif);
	height: 40px;
}
td.content	{
	background-image: url(images/navbar_sbs_11_back.gif);
	padding-left: 75px;
	padding-right: 75px;
}

/* Paragraphs */
p.sidebar	{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1.5px;
	text-align: center;
	background-color: #999999;
	padding: 2px;
}
p.navline	{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 75px 0px 75px;
	text-align: center;
	padding: 0px;
}
p.title	{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}
p.bodytext	{
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 10px;
}