/* MAIN STYLES */

/* BODY */
body {
	background:#33312f url(../images/design0608/common/body_background.jpg) repeat-x top center;
	margin:0px;
	padding:0px;
	font-color:#fcfcfc;
	font-family:arial, verdana, sans-serif;
	font-size:10px;
	}

/* TAGS DEFAULTS */
img {border:none;}

p {font-color:#FFccFF;}

/* MAIN CONTAINERS */
/* containers - main structure*/
.main {
	background:#000000 repeat-x top center;
	margin:0 auto;
	width:950px;
	font-color:#fcfcfc;
	}
	
/* LINKS */
.linksmain{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-color:#fcfcfc;
	color: #e0e0e0;
	text-decoration: none;
}
.linksmain A:link{
	color: #e0e0e0;
	text-decoration: none;
	font-weight: bold;
}
.linksmain A:visited{
	color: #e0e0e0;
	text-decoration: none;
}
.linksmain A:hover{
	color: #00ff00;
	text-decoration: none;
}

.linksCalendar{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-color:#000000;
	text-decoration: none;
}
.linksCalendar A:link{
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
.linksCalendar A:visited{
	color: #009900;
	text-decoration: none;
}
.linksCalendar A:hover{
	color: #00ff00;
	text-decoration: none;
}
