body {
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	text-align:center;
	height:100%;
}

a
{
	text-decoration: underline;
	cursor: pointer;
}

a:link
{
	color: #FFFFFF;
}

a:visited
{
	color: #FEE484;
}

a:active
{
	color: #991A1A;
}

a:hover
{
	text-decoration: underline overline;
	color: #FFFFFF;
}

.td
{

}

.text {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	/*color: #9C1F1F;*/
	color: #FFFFFF;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
}

/** Left Margin class **/
.leftmargin_class {
	display: inline;
	float: left;
	width: 19%;
	height: 100%;
	margin-top: 30px;
	margin-right: 1%;
}

/** Top Margin class **/
.topmargin_class {
	display: inline;
	float: left;
	width: 80%;
	height: 18%;
	margin-bottom: 1%;
	margin-top: 1%;
}

/** Bottom Margin class **/
.botmargin_class {
	clear:both;
	position:relative;
	height:30px;
}

	/** Content class **/
.content_class
{
	display: block;
	float: left;
	position: relative;
	width: 74%;
	height: 55%;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 3%;
	margin-right: 3%;
}

	/** Content class for events**/
.content_class_for_events
{
	display: block;
	float: left;
	position: relative;
	width: 50%;
	height: 55%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

/** events list class **/
.evtlist_class
{
	display: block;
	float: left;
	position: relative;
	border: solid 1px white;
	background-image: url(images/multichauss.png);
	background-repeat: repeat;
	width: 24%;
	height: 55%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

	/** Vignette class **/
.vignette_class {
	display: inline;
	float: left;
	border: 0px;
	position: relative;
	width: 170px;
	height: 170px;
	margin-right: 10px;
}

	/** Image class **/
.image_class {
	border: 0px;
	height: 150px;
}

	/** Image over class **/
.img_hover {
	border: 0px;
	height: 170px;
}

	/** Article class **/
.article_class {
	display: inline;
	float: left;
	position: relative;
	height: 140px;
	cursor:pointer;
}

	/** Article Image class **/
.artimage_class {
	border: solid 1px white;
	height: 100px;
}

	/** Article Image over class **/
.artimg_hover {
	border: 0px;
	height: 140px;
}

	/** Detail Article class **/
.detimage_class {
	border: 0px;
	height: 450px;
}
