@charset "UTF-8";
/* CSS Document */
body {
	background-color: #1caedf;
	background-image: url(images/coloronebackground.jpg);
	background-repeat: no-repeat;
}
.main_text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 24px;
	font-weight: lighter;
	color: #000000;
}
/* CSS Document */

.secundary_text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #000000;
}
/* CSS Document */

.secundarysmall_text {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 16px;
	font-weight: lighter;
	color: #000000;
	font-variant: normal;
	text-transform: none;
	font-style: italic;
}
/* Strong */

.strongsecundary_text {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	font-weight: bolder;
	color: #000000;
}
/* Red Text Document */

.secundary_redtext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #CC0000;
}
/* titles */

.main_titles {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: normal;
	font-weight: lighter;
	color: #999999;
	text-align: right;
	margin-right: 25px;
	margin-top: 20px;
}
/* big links */

.main_links {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	color: #000000;
}
/* white titles */

.white_titles {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 24px;
	font-weight: lighter;
	color: #FFFFFF;
}
/* red titles */

.red_titles {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	color: #CC0033;
}
/* menu */

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Trebuchet MS";
	line-height: 20px;
	font-size: 12px;
	text-align: right;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
}

a.mainlevel:hover {
	color: #F8F2E4;
	background-color: #1F1A17;
}



a.mainmenu:link, a.mainmenu:visited {
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-weight: normal;
	font-size: 12px;
}

a.mainmenu:hover {

color: #FFFF00; 

}
.titles {
	text-align: right;
}
