body	{
	background:#FFFFF;
	}



/* header, nav and links */

.header_box	{
	font-family: Verdana, Arial, Helvetica;
	color: #CC3300;
	font-size: 71%;
	line-height: 14px;
	padding: 10px;
	border-bottom: #C30;
	border-left: #C30;
	background-color: #FFDB4D;
	vertical-align: bottom;
	height: 119px;
	border-width: 0 0 1px 1px;
	border-style: none none dotted dotted;
	}

.header_brick_box	{
	border-right: #CC3300;
	border-width: 0px 1px 0px 0px;
	border-style: none dotted none none;
	padding-left: 11px;
	background-color: #FFDB4D;
	vertical-align: bottom;
	}
	
.signup_box	{
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	font-size: 71%;
	line-height: 17px;
	padding: 0px 10px 10px 10px;
	border-bottom: #C30;
	border-left: #C30;
	border-right: #C30;
	background-color: #FFDB4D;
	border-width: 0px 1px 1px 1px;
	border-style: none dotted dotted dotted;
	}

.header_title {
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
	}

.link_brick	{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	}

.lower_nav	{
	font-family: Verdana, Arial, Helvetica;
	color: #CC3300;
	font-size: 71%;
	line-height: 17px;
	padding: 10px 0px 20px 0px;
	}

a.link_nav	{
	color: #CC3300;
	text-decoration: underline;
	}
	
a.link_nav:hover	{
	color: #CC3300;
	text-decoration: none;
	}

a.link_brick	{
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	}
	
a.link_brick:hover	{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	}
	
a.link_red	{
	color: #CC3300;
	text-decoration: underline;
	}
	
a.link_red:hover	{
	color: #CC3300;
	text-decoration: none;
	}

a.link_blue	{
	color: #0000CC;
	text-decoration: underline;
	}
	
a.link_blue:hover	{
	color: #0000CC;
	text-decoration: none;
	}
	
a.link_grey	{
	color: #333333;
	text-decoration: underline;
	}
	
a.link_grey:hover	{
	color: #333333;
	text-decoration: none;
	}



/* text */

.text_box_red	{
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	font-size: 71%;
	line-height: 17px;
	border-color: #CC3300;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
	}

.text_title_red	{
	font-weight: bold;
	color: #CC3300;
	font-size: 110%;
	}

.text_box_blue	{
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	font-size: 71%;
	line-height: 17px;
	border-color: #0000CC;
	border-width: 1px;
	border-style: dotted;
	padding: 10px;
	}

.text_title_blue	{
	font-weight: bold;
	color: #0000CC;
	font-size: 110%;
	}

.text	{
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	font-size: 71%;
	line-height: 17px;
	}




