/* COLORS */
/* blue: #006699 */
/* orange: #E85821 */


/* TEXT GRAY */
.textXXS_gray, .textXS_gray, .textXS_gray_bold, .textS_gray_bold, .textM_gray_bold, .textL_gray_bold, .text23_gray_bold 
{font-family: "Trebuchet MS"; color: #666666;}
.textXXS_gray {font-size: xx-small;}
.textXS_gray {font-size: 11px;}
.textXS_gray_bold {font-size: 11px; font-weight: bold;}
.textS_gray_bold {font-size: small; font-weight: bold;}
.textM_gray_bold {font-size: medium; font-weight: bold;}
.textL_gray_bold {font-size: large; font-weight: bold;}
.text23_gray_bold {font-size: 23px; font-weight: bold;}

/* TEXT BLACK */
.textXS, .textXS_bold, .textS_bold, .textM_bold, .textL_bold 
{font-family: "Trebuchet MS"; color: #000000;}
.textXS {font-size: 11px;}
.textXS_bold {font-size: 11px; font-weight: bold;}
.textS_bold {font-size: small; font-weight: bold;}
.textM_bold {font-size: medium; font-weight: bold;}
.textL_bold {font-size: large; font-weight: bold;}

/* TEXT WHITE */
.textXS_white, .textXS_white_bold, .textS_white_bold, .textM_white_bold,.textL_white_bold 
{font-family: "Trebuchet MS"; color: #FFFFFF;}
.textXS_white {font-size: 11px;}
.textXS_white_bold {font-size: 11px; font-weight: bold;}
.textS_white_bold {font-size: small;	font-weight: bold;}
.textM_white_bold {font-size: medium; font-weight: bold;}
.textL_white_bold {font-size: large;	font-weight: bold;}

/* TEXT A */
.text_colorA_XS, .text_colorA_XS_bold, .text_colorA_S_bold, .text_colorA_M_bold, .text_colorA_L_bold 
{font-family: "Trebuchet MS"; color: #006699;}
.text_colorA_XS {font-size: 11px;}
.text_colorA_XS_bold {font-size: 11px; font-weight: bold;}
.text_colorA_S_bold {font-size: small; font-weight: bold;}
.text_colorA_M_bold {font-size: medium; font-weight: bold;}
.text_colorA_L_bold {font-size: large; font-weight: bold;}

/* TEXT B */
.text_colorB_XS, .text_colorB_XS_bold, .text_colorB_S_bold, .text_colorB_M_bold, .text_colorB_L_bold 
{font-family: "Trebuchet MS"; color: #E85821;}
.text_colorB_XS {font-size: 11px;}
.text_colorB_XS_bold {font-size: 11px; font-weight: bold;}
.text_colorB_S_bold {font-size: small; font-weight: bold;}
.text_colorB_M_bold {font-size: medium; font-weight: bold;}
.text_colorB_L_bold {font-size: large; font-weight: bold;}

/* BORDER */
.border_colorA, .border_colorB {border: 1px; border-style: solid;}
.border_colorA {border-color: #4EB6DB;}
.border_colorB {border-color: #E85821;}
.border_colorC {border-top:1px; border-bottom:1px; border-right:0px; border-left:0px; border-style: solid; border-color: #999999;}

.menu_top, .menu_top a:link, .menu_top a:visited, .menu_top a:hover, .menu_top a:active
{font-family: "Trebuchet MS"; font-size: 13.5px; color: #FFFFFF; font-weight: bold; text-decoration: none;}
.menu_top a:link {color: #FFFFFF;}
.menu_top a:visited {color: #FFFFFF;}
.menu_top a:hover {color: #000000;}
.menu_top a:active {color: #FFFFFF;}

.menu_left, .menu_left a:link, .menu_left a:visited, .menu_left a:hover, .menu_left a:active
{font-family: "Trebuchet MS"; font-size: medium; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.menu_left a:link {}
.menu_left a:visited {}
.menu_left a:hover {text-decoration: underline;}
.menu_left a:active {}

.menu_right, .menu_right a:link, .menu_right a:visited, .menu_right a:hover, .menu_right a:active
{font-family: "Trebuchet MS"; font-size: 11px; font-weight: bold; text-decoration: none; padding-top: 5px; color: #000000;}
.menu_right a:link {}
.menu_right a:visited {}
.menu_right a:hover {color: #000000;}
.menu_right a:active {}

.menu_bottom, .menu_bottom a:link, .menu_bottom a:visited, .menu_bottom a:hover, .menu_bottom a:active
{font-family: "Trebuchet MS"; font-size: 11px; text-decoration: none; font-weight: normal; color: #666666;}
.menu_bottom a:link {}
.menu_bottom a:visited {}
.menu_bottom a:hover {color: #000000;}
.menu_bottom a:active {}

a {font-family: "Trebuchet MS";	font-size: 11px;	font-weight: normal;	text-decoration: none;	color: #666666;}
a:link {}
a:visited {}
a:hover {color: #E85821; text-decoration: underline;}
a:active {}

.red {font-family: "Trebuchet MS";	font-size: 11px;	font-weight: normal; text-decoration: none; color: #E85821;}
.red a:link {}
.red a:visited {}
.red a:hover {text-decoration: underline;}
.red a:active {}

.drop_down {font-size: 12px; font-family: "Trebuchet MS"; color: #FFFFFF; background-color: #006699; border: 0px}
.button_form {font-size: 12px; color: #FFFFFF; background-color: #006699; border: 0px; font-weight: bold}

.bg_services{
	background-image: url(images/bg_services.jpg);
	background-repeat: no-repeat;
}
.bg_bottom{
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
}