/* LAYOUT */

body {
	background-color: #BDE19A;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Trebuchet MS, Helvetics, sans-serif;
	font-size: 100%;
}

#index_bg {
	height: 100%;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-y;
}

.thumb {
	border: 5px solid #9BBC7A;
}

/* end of LAYOUT */

/* GLOBAL LINKS */

a {
	color: #FBFFCD;
	text-decoration: underline;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FBFFCD;
	text-decoration: none;
}



/* end of GLOBAL LINKS */


/* FONTS */

.copyright {
	font-family: Tahoma, Helvetics, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	margin: 10px;
	text-transform: none;
	text-decoration: none;
	color: #000000;
}

.link {
	font-family: Tahoma, Helvetics, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-align: center;
	margin: 10px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

.link a {
	text-decoration: underline;
	color: #FBFFCD;
}

.link a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* end of FONTS */
