/*	------------------------------------------------
	GENERAL
	------------------------------------------------	*/
body {
	margin: 10 0 0 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-align: left;
	height: 100%;
}

#container_main {
	width: 900px;
	height: 100%;
/*	text-align: left;*/
}

.container_line {
/*	width: 900px;*/
	padding-top: 4px;
	clear: both;
	overflow: hidden;
}

.container_left {
	width: 30%;
	padding: 4px;
	float: left;
/*	border-style: dotted;
	border-width: 1px;
	border-color: #999999;
	margin: 2px;*/
	font-size: 12px;
	text-decoration: none;
}
.container_right {
	width: 67%;
	padding: 4px;
	float: right;
/*	margin: 2px;
	border-width: 1px;
	border-style: dotted;
	border-color: #999999;*/
}

#container_footer {
	font-size: 11px;
	padding-top: 4px;
/*	width: 900px;
	height: 50px;*/
	border-top-style: dotted;
	border-top-width: 1px;
	border-color: #999999;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	clear: both;
	overflow: hidden;
}

/*	------------------------------------------------
	TEXT/CONTENT
	------------------------------------------------	*/
h1 {
	font-size: 24px;
	color: #666666;
	padding-left: 10px;
	text-decoration: none;
}

h2 {
	font-family: Tahoma;
	font-size: 20px;
	color: #990000;
	text-decoration: none;
}

h3 {
	font-family: Tahoma;
	font-size: 20px;
	color: #990000;
	text-decoration: none;
}

.text {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.JustRed {
	color: #FF0000;
}

.SmallRed {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
}

.SmallText {
	font-family: Tahoma;
	font-size: 10px;
}

.SmallWhite {
	font-size: 10px;
	color: #FFFFFF;
}
/*	------------------------------------------------
	LINKS
	------------------------------------------------	*/
a:hover {
	color: #000000;
	text-decoration: none;
}
.link {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
.linkFooterMenu {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}
/*	------------------------------------------------
	FORMS/BUTTONS
	------------------------------------------------	*/
.style {
	color: #666666;
}

.style60P {
	width: 60%;
}

.style100P {
	width: 98%;
}