/* CSS Document */

/*///////////////
STYLES
///////////////*/

body{
	color:#000000;
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.red_link a:link{
	color:#A74F4F;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.red_link a:hover{
	color:#C48685;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.red_link a:active{
	color:#A74F4F;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.red_link a:visited{
	color:#A74F4F;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

.white_link a:link{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.white_link a:hover{
	color:#C48685;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.white_link a:active{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.white_link a:visited{
	color:#FFFFFF;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

.grey_link a:link{
	color:#999999;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.grey_link a:hover{
	color:#C48685;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.grey_link a:active{
	color:#999999;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.grey_link a:visited{
	color:#999999;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

.black_link a:link{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.black_link a:hover{
	color:#C48685;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.black_link a:active{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}
.black_link a:visited{
	color:#000000;
	text-decoration:none;
	cursor:pointer;
	cursor:hand;
}

.block_link{
	display:block;
	height:100%;
}

.menu_item{
	background-color:#FFFFFF;
	text-align:center;
}

.red_text,.menu_item{
	color:#A74F4F;
}

.pink_text{
	color:#C48685;
}

.white_text{
	color:#FFFFFF;
}

.grey_text{
	color:#999999;
}

.black_text{
	color:#000000;
}

.xxlarge_text{
	font-size:60px;
	font-weight:lighter;
}

.xlarge_text{
	font-size:30px;
}

.large_text{
	font-size:27px;
}

.medium_text{
	font-size:18px;
}

.small_text,.menu_item{
	font-size:12px;
}

.tiny_text{
	font-size:11px;
}

.bold{
	font-weight:bold;
}

.red_bg{
	background-color: #A74F4F;
}

.pink_bg{
	background-color:#C48685;
}

.blue_bg{
	background-color: #EAEEF1;
}

.red70pc{
	background-image:url(../img/70px_gradient.png);
	background-repeat:repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/70px_gradient.png', sizingMethod='scale');
}

.arrow_button{
	background-image:url(../img/arrow_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}
