@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #0FF;
}
a:active {
	text-decoration: none;
	color: #09F;
}
/* CSS Document */

body {
	background-color: #F5F3F0;
}
a#sidemenu {
	background-image: url(../img/MenuButtons/Inst_SideMenu_1_u.png);
	display: block;
	width: 220px;
	color: #EEE;
	font-weight: normal;
	height: 20px;
	margin-left: 5px;
}
a#sidemenu:hover {
	background-image: url(../img/MenuButtons/Inst_SideMenu_1_s.png);
	color: #3CF;
	text-decoration: none;
}
a#sidemenuselect {
	background-image: url(../img/MenuButtons/Inst_SideMenu_1_u.png);
	display: block;
	width: 220px;
	color: #0CF;
	font-weight: bold;
	height: 20px;
	margin-left: 5px;
}
a#sidemenuselect:hover {
	text-decoration: none;
}
.TextSideMenuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	bottom: auto;
	margin-left: 5px;
}
.TextSmallTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
.TextMenuElements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #09F;
	bottom: auto;
}
.TextSubTitleSimple {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.TextMainTitle {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #3CF;
	font-weight: bold;
}
.TextSubTitle {
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	background-image: url(../img/Carax_TextSubTitlesBkg.png);
	background-repeat: repeat-x;
	font-weight: bold;
}
.TextPinkSubTitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../img/CaraxTextTitlesPinkBkg.gif);
	background-repeat: no-repeat;
}
.TextSubTitlePink {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	background-image: url(../img/CaraxTextTitlesPinkBkg.gif);
	background-repeat: no-repeat;
}
.TextMenuTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #CCC;
	bottom: auto;
}
.TextDefault {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
}
