/* CSS Document */

BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	letter-spacing: 0cm;
	text-indent: .01px;
	font-weight: normal;
	z-index: 10;
}
.no_repeat {
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-ATTACHMENT: fixed;
}
A:link {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #000066;
}
A:visited {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #000066;
}
A:active {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #6699CC;
}
A:hover {
	font-family: Arial, Helvetica, sans-serif;
    FONT-WEIGHT: bold;
    text-decoration: none;
	COLOR: #6699CC;
}
.sidebarLinks:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #000000;
}
.sidebarLinks:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #000000;
}
.sidebarLinks:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #000000;
}
.sidebarLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    FONT-WEIGHT: bold;
    text-decoration: none;
    COLOR: #FFFFFF;
}
.MYT_sidebar {
	background-color: #FFCC66;
}
.MYT_text_white {
	color: #FFFFFF;
}
.MYT_text_red {
	color: #FF0000;
}
.MYT_text_10px {
	font-size: 10px;
}
.MYT_text_11px {
	font-size: 11px;
}
.MYT_text_12px {
	font-size: 12px;
}
.MYT_text_14px {
	font-size: 14px;
}
.MYT_text_16px {
	font-size: 16px;
}
.MYT_text_bold {
	font-weight: bold;
}
.MYT_text_title {
	FONT-size: 20px;
	color: #639CCE;
	font-weight: bold;
}
.MYT_border {
	border-color: #ffffff;
	border-style: solid;
	border-top-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
}