/* BODY AFFECTS THE PAGE BODY */
body
{
	background-color : White;
	scrollbar-3dlight-color : #e8e8e8;
	scrollbar-arrow-color : 123466;
	scrollbar-base-color : #e8e8e8;
	scrollbar-darkshadow-color : 123466;
	scrollbar-face-color : #e8e8e8;
	scrollbar-highlight-color : dadada;
	scrollbar-shadow-color : 123466;
	scrollbar-track-color : #e8e8e8;
}

/* TEXT AFFECTS THE SITE'S STANDARD TEXT */
.text
{
	color: #123466;
	font-family : "Century Gothic";
	font-weight: normal;
	text-align: justify;
	font-size: 13px;
}

/* TITLE AFFECTS THE SITE'S PAGE TITLES */
.title
{
	color: #123466;
	font-family : "Century Gothic";
	text-align: center;
	font: 17px;
	font-weight: bold;
	text-align: center;
}

.about_beau_heading
{
	background: white;	
	color: #123466;
	font-family: "Century Gothic";
	vertical-align: top;
	text-align: right;	
	font-size: 13px;
	font: bold;
}

.about_beau
{
	text-align: justify;
	background: f9d4ac;	
	color: #123466;
	font-family: "Century Gothic";
	font-size: 13px;
}

/* copyright AFFECTS THE COPYRIGHT FOOTER */
.copyright
{
	color: #f9d4ac;
	font-family : "Century Gothic";
	font-weight: bold;
	vertical-align: top;
	font-size: 11px;
}




/* MENULINK AFFECTS LINKS ON THE MENU PAGE */
.menulink:link
{
	color: gray;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
.menulink:visited
{
	color: gray;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
.menulink:hover
{
	color: #123466;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
/*
.menulink:active
{
	color: yellow;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
*/




/* SITELINK AFFECTS LINKS THROUGHOUT SITE EXCEPT THE MENU PAGE */
.sitelink:link
{
	color: gray;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
.sitelink:visited
{
	color: #c3c3c3;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
.sitelink:hover
{
	color: #123466;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
/*
.sitelink:active
{
	color: yellow;
	font-family : "Century Gothic";
	text-decoration : none;
	font-weight: bold;
}
*/

