﻿*{
	margin:0;
	padding:0;
}
html, body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#333;
	background:#e5e5e5;
}
#CConfTopMenuSetup{
	width:344px;
	height:45px;		
	background:#EFEFEF url('images/CConfTopMenuBgTiler.gif') repeat-x left top;
}
#CConfBody{
	padding:10px;
	width:324px;
	height:204px;
	line-height:1.5em;
	background:#e5e5e5 url('images/CConfBodyBgH224W344.png') no-repeat left top;
}
#CConfTopMenu{
	padding:0;
	margin:0;
}
#CConfTopMenu ul{
	margin:0;
	padding:0;
}
#CConfTopMenu li{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
#CConfTopMenu a{
	display:block;
	width:172px;
	height:45px;
	text-align:center;
	line-height:45px;
	background:transparent url('images/CConfTopMenuUp172.gif') no-repeat left top;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	color:#777777;
}
#CConfTopMenu a:hover{
	background:transparent url('images/CConfTopMenuOver172.gif') no-repeat left top;	
	color:#222;
}

/*---Links in General---*/
A:link{color:#A41578; text-decoration:none}
A:visited{color:#A41578; text-decoration:none}
A:active{color:#A41578; text-decoration:none}
A:hover{color:#716821; text-decoration:none}



