body {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #4C4C4C;
	margin: 0px;
	padding-top: 20px;
	background-color: #FFFFFF;
	background-image: url(/media/bg.gif);
}

td {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #4C4C4C;
}

strong {
	font-weight: bold;
}

.property {
	font-weight: bold;
	color: #6f6f6f;
	font-size: 10px;
	letter-spacing: 0.4pt;
}

.border {
	border-style: solid; 
	border-color: #4a4a4a; 
}

.topBar {
	height: 44px;
	border-left: 1px; 
	border-right: 1px; 
	border-top: 1px; 
	border-bottom: 0px; 
	background-color: #ffffff;
	border-style: solid; 
	border-color: #4a4a4a; 
	padding: 14px;
}

.middleBar {
	height: 110px;
	border-left: 1px; 
	border-right: 1px; 
	border-top: 1px; 
	border-bottom: 0px; 
	background-color: #ffffff;
	border-style: solid; 
	border-color: #4a4a4a; 
}

.bottomBar {
	height: 230px;
	border: 1px; 
	background-color: #ffffff;
	border-style: solid; 
	border-color: #4a4a4a; 
	padding: 17px 16px 32px 16px;
}

.border {
	border: 1px; 
	background-color: #ffffff;
	border-style: solid; 
	border-color: #4a4a4a;
}

.bottomBarSingle {
	border-left: 0px; 
	border-right: 0px; 
	border-top: 0px; 
	border-bottom: 1px; 
	background-color: #ffffff;
	border-style: solid; 
	border-color: #4a4a4a; 
}

#nav {
	position: absolute; 
	left:500px; 
	top:12px; 
	width: 91px; 
	height: 54px; 
	z-index:2; 
	visibility: hidden;
}


.content {
	line-height: 20px;
}

a {
	color: #FF9900;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}


ul {
	margin-top: 0px;
}

h1, .title {
	font-size: 12px;
	font-weight: bold;
}

.header {
	font-size: 12px;
	font-weight: bold;
}

.subheader {
	font-size: 11px;
	font-weight: bold;
}

#metaInfo, #links {
	position: absolute;
	width: 1px;
	height: 1px;
	left: -10px;
	top: -10px;
	overflow: hidden;
	z-index: 1;
}


/* 
	form properties 
*/

form {
	display: inline;
}

input, select, textarea {
	font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	border-width: 1px;
	border-style: solid;
	padding-left: 3px;
}

.radio, .checkbox {
	border-width: 0px;
}

.medium {
	width: 160px;
}

.button {
	border-width: 0px;
}


