/* CSS Document */
/* settings for title font inside the advertisement tables */
.pinkBoldFont
{
	color: #DFA2B3;
	font-weight: bold;
}
/* table border and background color used for the advertisement tables on the right side */
.advertisementTables
{
	background-color:#FAF8F5;
	border:1px solid #CBB696;
}
/* settings for main text font inside the advertisement tables */
.darkGreyFont
{
	color:#999999;
}
/* body table */
.mainBody {
	min-width:720px;
	max-width:90%;
	background-color:#FFFFFF;
	border:1px solid #DFA2B3;
}
/*	button stuff	*/
.menuButton{
	text-decoration:none;
	color:#000000;
}
.menuButton:link{
	text-decoration:none;
	color:#000000;
}
.menuButton:hover{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
/* drop down menus */
.dropDownMenu
{
	font-size:100%;
	position:absolute;
	visibility:hidden;
	border:1px solid #FFFFFF;
}
/* drop down menus rows */
.dropDownMenuRows
{
	border-bottom:1px solid #FFFFFF;
	background-color:#F2D9E0;
}
/* main menu rows */
.mainMenuRows
{
	padding-left:10px;
}
/* main menu table */
.mainMenu
{
	height:29px;
	background-color:#DFA2B3;
	background-image:url("gifs/button2.gif");
	background-repeat:no-repeat;
	background-position:center;
}
/* menu link font settings */
.alink
{
	text-decoration:none;
	color:#333333;
}
/* menu link font hover settings */
A.alink:hover
{
	font-weight:bolder;
	color:#333333;
}
/* bottom table with copyright info */
.bottomTable
{
	background-color:#FFFFFF;
	border-bottom:1px solid #DFA2B3;
	border-left:1px solid #DFA2B3;
	border-right:1px solid #DFA2B3;
}