/* CSS Document */


.body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #501C24;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #501C24;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #BD1923;
	text-decoration: none;
}
.standardtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	line-height: 14px;
}
.standardtext_red{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.largetextbold_red{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #CC0000;
}
.standardtextbold_purple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
}
.largetextbold_purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #663399;
	text-decoration: none;
	}
.standardtextbold_cherry {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	color: #990033;
}
.largetextbold_cherry {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px;
	font-weight: bold;
	color: #990033;
}
.standardtextbold_blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.largetextbold_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}
.standardtextbold_green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.largetextbold_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
.standardtextbold_jade {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
.largetextbold_jade{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}
.standardtextbold_orange {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.largetextbold_orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.standardtextbold_brown{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #463202;
	text-decoration: none;
}
.largetextbold_brown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #463202;
	text-decoration: none;
}
.standardtextbold_pink{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc0066;
	text-decoration: none;
}
.largetextbold_pink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #CC0066;
	text-decoration: none;
}


.standardtextitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #501C24;
	text-decoration: none;
	font-style: italic;
}
.largetextboldgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	line-height: 15pt;
}

.backgroundwhite {
	background-color: #FFFFFF;
}

/* BORDER LINES */


.box_bottom_p{
	background-color: #FFFFFF;
	border-bottom-color: #663399;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.box_top_p{
	background-color: #FFFFFF;
	border-top-color: #663399;
	border-top-style: solid;
	border-top-width: medium;
}

.box_top_pink{
	background-color: #FFFFFF;
	border-top-color: #CC0066;
	border-top-style: solid;
	border-top-width: medium;
}
.box_top_pink{
	background-color: #FFFFFF;
	border-top-color: #463202;
	border-top-style: solid;
	border-top-width: medium;
}

.box_bottom_brown{
	background-color: #FFFFFF;
	border-bottom-color: #463202;
	border-bottom-style: solid;
	border-bottom-width: medium;
}

.box_bottom_b{
	background-color: #FFFFFF;
	border-bottom-color: #006699;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.box_top_b{
	background-color: #FFFFFF;
	border-top-color: #006699;
	border-top-style: solid;
	border-top-width: medium;
}

.box_bottom_r{
	background-color: #FFFFFF;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.box_top_r{
	background-color: #FFFFFF;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: medium;
}
.box_bottom_g{
	background-color: #FFFFFF;
	border-bottom-color: #006600;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.box_top_g{
	background-color: #FFFFFF;
	border-top-color: #006600;
	border-top-style: solid;
	border-top-width: medium;
}
.box_bottom_j{
	background-color: #FFFFFF;
	border-bottom-color: #006666;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.box_top_j{
	background-color: #FFFFFF;
	border-top-color: #006666;
	border-top-style: solid;
	border-top-width: medium;
}
.box_top_o{
	background-color: #FFFFFF;
	border-top-color: #CC6600;
	border-top-style: solid;
	border-top-width: medium;
}
.box_bottom_o{
	background-color: #FFFFFF;
	border-bottom-color: #CC6600;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.box_top_c{
	background-color: #FFFFFF;
	border-top-color: #990033;
	border-top-style: solid;
	border-top-width: medium;
}
.box_bottom_c{
	background-color: #FFFFFF;
	border-bottom-color: #990033;
	border-bottom-style: solid;
	border-bottom-width: medium;
}
.boxarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #501C24;
}

.listbullet1{
	list-style-position: outside;
	list-style-image: url(images/grey_bullet.gif);
}	
	
/* content cells */

#bluebody_cell a:link, #bluebody_cell a:visited, #bluebody_cell a:active {
	color: #006699;
	text-decoration: underline;
} 
#bluebody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006699;
	}
	
#brownbody_cell a:link, #cherrybody_cell a:visited, #cherrybody_cell a:active {
	color: #463202;
	text-decoration: underline;
} 
#brownbody_cell a:hover {
	color: #463202;
	text-decoration: none;
	background-color: #003399;
	}
#brownbody_cell a:link, #pinkbody_cell a:visited, #pinkbody_cell a:active {
	color: #463202;
	text-decoration: underline;
} 
#brownbody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #463202;
	}
	
#orangebody_cell a:link, #orangebody_cell a:visited, #orangebody_cell a:active {
	color: #cc6600;
	text-decoration: underline;
} 
#orangebody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc6600;
	}
	
#jadebody_cell a:link, #jadebody_cell a:visited, #jadebody_cell a:active {
	color: #cc6600;
	text-decoration: underline;
} 
#jadebody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc6600;
	}
	
#greenbody_cell a:link, #greenbody_cell a:visited, #greenbody_cell a:active {
	color: #006600;
	text-decoration: underline;
} 
#greenbody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600;
	}

#purplebody_cell a:link, #purplebody_cell a:visited, #purplebody_cell a:active {
	color: #663399;
	text-decoration: underline;
} 
#purplebody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #663399;
	}
	
#redbody_cell a:link, #redbody_cell a:visited, #redbody_cell a:active {
	color: #cc0000;
	text-decoration: underline;
} 
#redbody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #cc0000;
	}
#cherrybody_cell a:link, #redbody_cell a:visited, #redbody_cell a:active {
	color: #990033;
	text-decoration: underline;
} 
#cherrybody_cell a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990033;
	}