BODY { background: url(images/bg.gif) }
/* Set <a href> properties */
a:link, a:visited, a:active { text-decoration:none; color:#C0C0C0 }
a:hover { color:#eeeeee }

/* Paragraph and heading properties */
h1 {
	font-size:21px;
	font-family: Tahoma;
}
h2 {
	font-size:16px;
	font-family: Tahoma;
}
h3 {
	font-size:13px;
	font-family: Tahoma;
}
p {
	font-size:12px;
	font-family: Tahoma;
}

/* Set menubar properties; Set navigator properties */
.menubar {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #C0C0C0;
}
.menubar a:link, .menubar a:visited, .menubar a:active { text-decoration:none; color:#C0C0C0 }
.menubar a:hover { color:#eeeeee }

.breadcrumb {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #C0C0C0;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	background:url(images/nav_bg.gif);
}
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active { text-decoration:none; color:#C0C0C0 }
.breadcrumb a:hover { color:#eeeeee }

/* Set logo properties */
.logo {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

/* Set Content properties */
.body {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-family: Tahoma;
	font-size: 12px;
	color: #CACACA;
	background: #000000;
}

.menuleft {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	background:#232323;
}
.menuleft a:link, .menuleft a:visited, .menuleft a:active { 
	text-decoration:none;
	color:#C0C0C0;
}
.menuleft a:hover { color:#eeeeee }

/* Set menubar properties; Set navigator properties */
.menubar_b {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #C0C0C0;
}
.menubar_b a:link, .menubar_b a:visited, .menubar_b a:active { text-decoration:none; color:#C0C0C0 }
.menubar_b a:hover { color:#eeeeee }

/* Set Content properties */
.copyright {
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-family: Tahoma;
	font-size: 10px;
	color: #B3B6BD;
	background: #000000;
}