/*
File Name: index.html
Author: Richie G
Date 24 / 5 / 05
*/

a:link {
	color: #393D75; 
	background-color: transparent; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
}

a:visited {	
	color: #393D75; 
	background-color: transparent; 
	text-decoration: none; 
	font-family: Arial, Helvetica, sans-serif; 
}

a:hover {
	color: #000000;
	background-color: transparent;
	text-decoration: none;  
	font-family: Arial, Helvetica, sans-serif;
}


/***** BEGIN CSS TEXT *****/


.text_menu_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	color: #727272;
}

.text_main_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: none;
	text-decoration: none;
	color: #525252;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #393D75;
}

td.bodybg { background-image: url(images/body-bg.gif); background-position: top left; background-repeat: no-repeat; height: 285px; width: 760px; }
td.nobg { height: 285px; width: 760px; }
td.footerbg { background-image: url(images/footer-bg.gif); background-position: top left; background-repeat: repeat-x; height: 65px; width: 760px; }
td.homebg { background-image: url(images/home-girl.jpg); background-repeat: no-repeat; background-position: 116px -2px; }

.headings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}
