@charset "ISO-8859-1";

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body {
	background: #c3c8ce url("../img/bg_slice_grid.jpg") repeat-x scroll center top;
	color: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*font-size-adjust: none;*/
	/*font-stretch: normal;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}


#shadow {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background-color: #565656;
	width: 920px;
	border: none;
}

#screen {
	background-color: white;
	text-align: left;
	border: 1px solid #666666;
	width: 920px;
	left: -5px;
	top: -5px;
	position: relative;
}

a {
	font-weight: bold;
	font-size: 1.3em;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	border-bottom: thin solid #8F1327;
}


h1, h2, h3, h4, h5 {
	color: #8F1327;
	background-color: white;
	padding-top: 12px;
	padding-bottom: 5px;
	line-height: 1.2em;
}

h1 {
	font-size: 2.3em;
}
h2 {
	font-size: 2.0em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}

.redcolor {
	color: #8F1327;
	background-color: inherit;
}

.redcolorGray {
	color: #8F1327;
	background-color: #C3C8CE;
}

.redcolorBold {
	color: #8F1327;
	font-weight:bold;
	background-color: inherit;
}
.clear {
	clear: both;
}

.to_top_text {
	font-style: italic;
}

.to_top {
	text-align: right;
	margin-top: -10px;
	height: 20px;
}
