body {
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	background: #F8F8F8;
	color: #505050;
}

td {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
}

form {
	margin: 0;
}

input, select {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
}

textarea {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
}

label {
	cursor: pointer;
}

img {
	border: 0;
}

a {
	color: #476277;
}

a:hover {
	color: #C00000;
}


/* --------------------------------------------------------------------------
   TOP AND LOGO
*/

.top {
	background: url(i/top_bg.gif) 0 0 repeat-x;
	height: 116px;
	padding: 14px 0 0 30px;
	color: #999999;
}

.top-logo {
	background: url(i/logo_bg.gif) 0 0 repeat-x;
	height: 53px;
	padding: 0 0 0 30px;
}

.top-logo img {
	border: 0;
}


/* --------------------------------------------------------------------------
   MENU BAR
*/

.menu-bar {
	background: #476277;
	padding: 4px 0 6px 30px;
	border-bottom: 1px solid #A3B1BB;
}

.menu-pre {
	color: #FFFFFF;
	padding-right: 13px;
}

.menu-bar a {
	padding: 3px 12px 4px 13px;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

.menu-bar a:hover {
	background: #6C8293;
	color: #FFFFFF;
}


/* --------------------------------------------------------------------------
   BANNER BAR
*/

.banner-bar {
	background: #476277;
	padding: 3px 0 0 30px;
}

.banner-bar img {
	margin: 0 3px 2px 0;
	border: 1px solid #9EACB7;
	vertical-align: bottom;
}

.banner-bar a:hover img {
	border: 1px solid #DDE5EB;
}

.banner-btm {
	background: #FFFFFF url(i/bnr_btm_bg.gif) 0 0 repeat-x;
	height: 30px;
}


/* --------------------------------------------------------------------------
   SUB NAVIGATION
*/

.subnav {
}

.subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.subnav ul li {
	margin: 0;
	padding: 2px 0 3px 1px;
	border: 0;
	border-bottom: 1px solid #D8D8D8;
}

.subnav ul li a {
	text-decoration: none;
}

.subnav ul li a:hover {
}

.small {
	font-size: 7pt;
}


/* --------------------------------------------------------------------------
   CONTENT
*/

.content {
	background: #FFFFFF;
}

.left {
	float: left;
	display: inline;
	width: 163px;
	margin: 0 0 0 30px;
}

.main {
	float: left;
	width: 383px;
	margin: 0 0 0 30px;
}

.right {
	float: left;
	width: 163px;
	margin: 0 0 0 30px;
}

h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 6pt 0;
	border-top: 1px solid #D8D8D8;
	border-right: 1px solid #D8D8D8;
	padding-top: 2px;
}

h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0 0 6pt 0;
}

p {
	margin: 0 0 6pt 0;
}

.red {
	color: #C00000;
}

.partner {
	margin: 12pt 0 4pt 0;
}

.reference-logo {
	margin: 0 32px 20px 0;
}

.reference-name {
	margin: 0 0 18px 0;
}

.contentend {
	clear: both;
	display: block;
	float: none;
}

.footer {
	border-top: 1px solid #C0C0C0;
	margin: 24px 0 20px 0;
	padding: 4px 0 0 30px;
	color: #999999;
	background: #F8F8F8;
}

.footer .copyr {
	padding: 4px 8px 0 0;
}

.footer a {
	padding: 4px 9px 0 9px;
	border-left: 1px solid #D0D0D0;
	text-decoration: none;
}

.error {
	color: #C00000;
	font-weight: bold;
}


/* --------------------------------------------------------------------------
   TABLES
*/

.tbl1 td {
	vertical-align: top;
	padding: 3px 4px 3px 4px;
	border-bottom: 1px solid #D0D0D0;
}

.tbl1-l td {
	vertical-align: top;
	padding: 3px 1px 3px 1px;
	border-bottom: 1px solid #D0D0D0;
}

.tbl2 td {
	vertical-align: top;
	padding: 3px 4px 3px 0px;
}


/* --------------------------------------------------------------------------
   FORMS
*/

.frm-contact input {
	width: 300px;
	/* border: 1px solid #A0A0A0; */
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	padding: 2px 3px 2px 3px;
	background: #F8F8F8;
}

.frm-contact textarea {
	width: 300px;
	/* border: 1px solid #A0A0A0; */
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	padding: 2px 3px 2px 3px;
	background: #F8F8F8;
}

.frm-contact input[type=submit] {
	width: auto;
	text-align: right;
	cursor: pointer;
	background: #F8F8F8;
}
