body {
margin: 0px;
}



/* Menu 			*/
.menu_sidebar {
background : #FFF9F5;
}

.menu_link_sidebar {
font-family : sans-serif;
font-weight: bold;
font-size: 12px; 
color : #000000;
text-decoration: none; 
padding-left: 20px;
background-image: url(images/menu_off.png);
background-repeat : no-repeat;
}

a:hover.menu_link_sidebar {	
color: #1DB1DD;
text-decoration: none;
background-image: url(images/menu_on.png);
background-repeat : no-repeat;
}


/* Body 				*/
.content_body {
background: #FFFFFF;
}


/* Links - general 		*/
a {
font-weight: bold;
color: #000000;
text-decoration : none; 
}

a:hover {
color: #1DB1DD;
}

/* Text 				*/

.txt_heading {
font-family : sans-serif;
font-weight: bold;
font-size: 16px; 
color: #FFFFFF;
letter-spacing: 4px;
text-shadow: black 3px 3px, yellow -3px -3px;
}

.txt_alert {
color: #B20000;
font-weight: bold;
}

.txt_contentbody {
font-family : sans-serif;
font-weight: normal;
font-size: 13px;
color: #4D4D4D;
line-height: 150%;
}

.txt_tagline {
font-family : sans-serif;
font-weight: bold;
font-size: 13px; 
color: #FFFFFF;
padding-top: 1px;
padding-left: 54px;
}


.txt_footer {
font-family : sans-serif;
font-weight: bold;
font-size: 10px; 
color : #000000;
}

