/*
<------------------------------------------>
<-- Author:  Francis M. Zovko            -->
<-- Company: CAD Technologies            -->
<-- E-mail:  fzovko@cad-technologies.com -->
<-- Date:    January 7, 2010             -->
<------------------------------------------>
*/
html {
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #777777;
}
body {
	background-image: url(/images/background.png);
	background-color: #026D4F;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	color: #333333;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a.menu-link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu-link:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu-link:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.menu-link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.whitetext {
	color: #FFFFFF;
}
.whitetexttitle {
	color: #FFFFFF;
	font-size: 12pt;
}
.greentext {
	color: #508560;
}
.greentitle {
	color: #508560;
	font-style: italic;
	font-weight:bold;
	font-size: 12pt;
}
.browntext {
	color:#B47F2F;
}
.greytext {
	color: #333333;
}
.cambria {
	font-family: Cambria, Calibri, Arial, Helvetica, sans-serif;
}

.smallcontrol {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.box {
	float: left;
	width:625px;
}
.boxCenter {
	float: left;
	width:200px;
}
.boxHome {
	float: left;
	width:284px;
}
.boxVol {
	float: left;
	width:288px;
}
.boxSmall {
	float: left;
	width:140px;
}
.boxBody {
	float: left;
	width:569px;
}
#boxContent {
	border: none;
	background: #FFFFFF;
	position: relative;
	left: -4px;
	top: -4px;
}
#boxContainer {
	position: relative;
	background: #333333;
	margin: 4px;
}
#boxContainerSmall {
	position: relative;
	background: #C7C7C5;
	margin: 4px;
}
