body {
	font-family: Arial;
	font-size : 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
}
a:link {
	text-decoration: underline;
	color : #0066cc;
}
a:visited {
	text-decoration: underline;
	color : #0066cc;
}
a:hover {
	text-decoration: underline;
	color : #cc3300;
}
a:active {
	text-decoration: underline;
	color : #0066cc;
}

.bigLink:link {
	font-size: 20px;
	text-decoration: none;
	color : #0066cc;
}
.bigLink:visited {
	font-size: 20px;
	text-decoration: none;
	color : #0066cc;
}
.bigLink:hover {
	font-size: 20px;
	text-decoration: none;
	color : #cc3300;
}
.bigLink:active {
	font-size: 20px;
	text-decoration: none;
	color : #0066cc;
}
.addTitle:link {
	font-size: 14px;
	text-decoration: underline;
	color : #0066cc;
}
.addTitle:visited {
	font-size: 14px;
	text-decoration: underline;
	color : #0066cc;
}
.addTitle:hover {
	font-size: 14px;
	text-decoration: underline;
	color : #cc3300;
}
.addTitle:active {
	font-size: 14px;
	text-decoration: underline;
	color : #0066cc;
}
.redLink:link {
	color : #ff0000;
}
.redLink:visited {
	color : #ff0000;
}
.redLink:hover {
	color : #0000ff;
}
.redLink:active {
	color : #ff0000;
}

.appLink:link {
	text-decoration: underline;
	color : #999999;
}
.appLink:visited {
	text-decoration: underline;
	color : #999999;
}
.appLink:hover {
	text-decoration: underline;
	color : #cc3300;
}
.appLink:active {
	text-decoration: underline;
	color : #999999;
}

.appLinkSmall:link {
	font-size : 10px;
	text-decoration: none;
	color : #333333;
}
.appLinkSmall:visited {
	font-size : 10px;
	text-decoration: none;
	color : #666666;
}
.appLinkSmall:hover {
	font-size : 10px;
	text-decoration: none;
	color : #000000;
}
.appLinkSmall:active {
	font-size : 10px;
	text-decoration: none;
	color : #666666;
}

.buttonLink {
	font-size: 11px;
	font-weight: bold;
	color: #dabfb4;
	background-color: #eeeeee;	
	border: 1px solid #dabfb4;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;

}
.buttonLink:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;	
	border: 1px solid #dabfb4;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;

}
.imageStyle{
	border: 1px solid #dabfb4;
}
.mainTable{
	
}

.anuntTitle{
	font-family:Georgia;
	color: #cc3300;
	font-size: 18px;
}
.newsletterTitle{
	font-family:Georgia;
	color: #333333;
	font-size: 16px;
}
.siteTitle{
	font-family:Georgia;
	color: #cc3300;
	font-size: 38px;
}
.pretStyle{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}
.subStyle{
	color: #999999;
	font-size: 10px;
}
.appMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.appSubmenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	background-color: #dabfb4;
}
.mainSpace{
	color: #333333;
	background-color: #ffffff;
}
.treeSpace{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #dabfb4;
}
.inputFree {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;	
	border: 1px solid #666666;
}
#mmchExploreTitle{
	background-color: #dabfb4;
}
.overlayDiv{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	z-index: 99;
}
.overlayDivTrans{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%; 
	background-color:#000000;
	filter:alpha(opacity=20);
	-moz-opacity:0.20;
	opacity:0.20;
	z-index: 100;
}
.overlayDivVisible{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	z-index: 101;
}
.searchCombo {
	width:100px;
	color: #000000;
	text-decoration: none;	

}
.inputText{
	width : 140px;
	
}
.inputTextSmall{
	width : 40px;
	text-align : right;
	
}
.inputTextText{
	
}
.inputTextTrans{
	width : 140px;
	border: 1px solid #ffffff;
}
.attentionText{
	color: #cc3300;
}
.pageTitleText{
	font-size : 14px;
}

.smallestText{
	
	color: #cccccc;
}
.cellUnderline{
	border-bottom:1px solid #cccccc;
}
.crediteBig{
	font-family:Georgia;
	color: #cc3300;
	font-size: 14x;
}