﻿.BoldRed {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #CC0000;
	text-decoration: none;
}
.bodyCopyBold {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.bodyCopyBoldWhite {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.bodyCopyBoldWhite:hover {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: bold;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
.bodyCopy {
	font-family: "Trebuchet MS";
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
.bodyCopySmall {
	font-family: "Trebuchet MS";
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
#liquid-round { 
width:100%;
margin:0px auto; 
background:#fff url(Images/leftside.gif) repeat-y left top;
} 
.top { 
width:100%; 
height:10px; 
background:url(Images/top.gif) no-repeat left top; 
} 
.top span { 
display:block; 
position:relative; 
height: 20px; 
background:url(Images/top-right.gif) no-repeat right top; 
} 
.center-content { 
position:relative; 
background:url(Images/rightside.gif) repeat-y right top; 
padding: 1px 20px 1px 20px; 
margin:-1px 0 -25px 20px;
background-color:#FFFFFF;
} 
.bottom { 
height:60px; 
background:url(Images/bottom.gif) no-repeat left bottom; 
} 
.bottom span { 
display:block; 
position:relative; 
height:60px; 
background:url(Images/bottom-right.gif) no-repeat right top; 
} 

.red {
color: #CC0000;
}

.bold {
font-weight:bold;
}

.green {
color:#006600;
color=#006600;
}