body { 
	margin:0px;
	padding:0px;
	background:#fff;
	padding-bottom:20px;
	font:8pt Verdana,Arial,sans-serif;
	color: #6A7175; 
	line-height:20px;
}

table.content {
	width:100%; margin:0;
}

table.content td {
	padding:0;
}

.header { 
	position: relative;
	height:86px; 
	background:url(spritesSite_hz.gif) 0 -3100px repeat-x; 	
}

.header_shadow {
	height:10px; 
	background:url(spritesSite_hz.gif) 0 -3200px repeat-x; 
}

.content {
	margin:0 55px 0 55px;
	padding:0;
	width:775px;
}

.footer {
	margin:40px 0 0 0;
	padding:5px 0 0 0;
	font-size:8pt; 
	border-top:1px solid #E1E5E5;
}

.footer a {
	color:#6A7175;
	font-weight:normal;
}

.loginout {
	font-size:8pt;
	margin-bottom:20px;
	height:13px;
}

.loginout a {
	color:#6A7175;
	font-weight:normal;
}


/* menu, submenu */

ul.menu {
	position:absolute;
	left: 655px;
	top: 46px;
	margin:0;
	padding:10px;
	list-style-type:none;
}

.menu * a {
	color: #d6d8d9;
	font:12pt Verdana,Arial,sans-serif; 
	font-weight:normal;
	line-height:20px;
	padding:10px 20px 10px 20px;
}

ul.submenu {
	margin:0 0 8px 0;
	padding:8px 0 0 35px;
	list-style-type:none;
	height:30px;
	background: url('spritesSite_hz.gif') 0 -3300px repeat-x;
}

.submenu * a {
	font:11pt Verdana,Arial,sans-serif; 
	color: #889093;
	line-height:20px;
	font-weight:normal;
	padding:10px 20px 10px 20px;
}

.menu li, .submenu li {
	display:inline;
}

.menu * a:hover {
	text-decoration:none; 
	background:url(menu_hover.gif) center top no-repeat;
}

.submenu * a:hover {
	text-decoration:none; 
	background:url(submenu_hover.gif) center top no-repeat;
}

.menu li#curr_item a {
	color:#fff;	
}

.submenu li#curr_item a {
	color:#6A7175;	
}


/* content layout */

.leftright {
	text-align:right;
 	white-space:nowrap;
}

.leftright .left {
	float:left; 
	text-align:left;
}

.col1 {
	width:775px;
	display:inline; 
	float:left;
}

.col2 {
	width:510px;
	margin-right:20px;
	display:inline; 
	float:left;
}

.col3 {
	width:245px;
	margin-right:20px;
	display:inline; 
	float:left;
}

.col3.right {
	margin-right:0px;
}

.indent {
	padding:0 14px 0 14px;
}

h1, h2, h3, h4, p, table {
	padding:0;
	margin:10px 0 0 0;	
}

table {
	width:100%;
	border-collapse:collapse;
	text-align:left;
}

td {
	vertical-align:top;	
}

h1 {
	font-size:14pt;
	font-weight:normal;
	margin-top:0;
	margin-bottom:30px;
}

h2 {
	font-size:14pt;
	font-weight:normal;
	margin-top:20px;
}

h3, h4 {
	font-size:10pt;
	font-weight:bold;
	margin-top:20px;
}

a { 
	text-decoration:none; 
	color:#10BF00;
	font-weight:bold;
}

span.additional {
	color:#10BF00;
	font-weight:normal;
}

a:hover { 
	text-decoration:underline; 
}

object:focus, object:active, a:focus, a:active {
	outline:none;
}

table.list td {
	border-top:1px solid #E1E5E6;
	border-bottom:1px solid #E1E5E6;
	padding:8px 14px 8px 14px;
}

table.list td.right {
	text-align:right;
}

table.list thead, table.list tfoot {
	font-weight:bold;
	background:#f5f7f7;
}

table.list tr.strong td {
	background-color:#f5f7f7;
}

.list_footer {
	padding:0 14px 0 14px;
	background: #f5f7f7;
	line-height:30px;
	border-bottom:1px solid #E1E5E6;
}

a img {
	border:none;
}

ul {
	padding:0;
	margin:0 0 0 20px; 
	list-style-type:square;	
	line-height:20px;
}

li {
	margin-top:5px;
}


/* baloon */

.baloon td {
	border:none; padding:0; margin:0; 
}

.baloon .nw {
	background:url(spritesBaloon_hz.gif) -0px -0px no-repeat;
	width:6px; 
	height:6px;
}

.baloon .n {
	background:url(spritesBaloon_hz.gif) -0px -50px repeat-x;
	height:6px;
}

.baloon .ne {
	background:url(spritesBaloon_hz.gif) -0px -100px no-repeat;
	width:10px; 
	height:6px;
}

.baloon .w {
	background:url(spritesBaloon_vt.gif) -0px -0px repeat-y;
	width:6px; 
}

.baloon .e {
	background:url(spritesBaloon_vt.gif) -20px -0px repeat-y;
	width:10px; 
}

.baloon .sw {
	background:url(spritesBaloon_hz.gif) -0px -150px no-repeat;
	width:6px; 
	height:12px;
}

.baloon .s {
	background:url(spritesBaloon_hz.gif) -0px -200px repeat-x;
	height:12px;
}

.baloon .se {
	background:url(spritesBaloon_hz.gif) -0px -250px no-repeat;
	width:10px; 
	height:12px;
}

.baloon .inner {
	padding:8px 10px 10px 10px;
	color: #6A7175; 
	font-weight:normal;
}

.baloon .speech {
	background:url(spritesBaloon_hz.gif) -0px -300px no-repeat;
	width:60px;
	height:25px;
}


/* forms */

form {
	padding:0;
	margin:0;	
}

input, textarea, select {
	width:400px;
	margin-top:5px;
	font:10pt Verdana,Arial,sans-serif; 
	color:#6A7175; 
	display:block;
}

.login input {
	width:250px;
}

input.submit { 
	display:inline;
	width:auto; 
	padding:1px;
}

input[type="hidden"] { 
	display:none; 
}

input[type="checkbox"], input[type="radio"] {
	display:inline;
	width:auto;
}

ul.errorlist { 
	margin:0;
	padding:0;
	list-style-type:none; 
	color:#f00;
}

ul.errorlist li {
	margin:0;
}


/* spacings */

.smallspace {
	margin-top:5px;
}

.bigspace {
	margin-top:20px;
}

.nospace {
	margin-top:0px;
}

.rspace {
	margin-right:30px;
}


/* sprites */

.sprite {
	background:url(spritesSite_hz.gif) no-repeat;
	padding:0 0 0 15px;
}

.true {
	background-position: right -3387px;
}

.false {
	background-position: right -3482px;
}