/* BG work page - stuff needed for actual dreamweaver layout and design.   */
body  {
	font: 100% "Calibri", "Tw Cen MT", "Times New Roman"  ;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 1.0em;
	background: #FFFFFF url(/images/fs_work_bg_gradient_w.png)  repeat-x top center; 
}
.LayerBox {
	border: medium ridge #004f00;
	background: #eeeeee 0px 0px;
	padding: 10px;
	margin: 0px;
	visibility: visible;
	-moz-border-radius: 7px;
}

/* css types you may actually use on a page   */

.size105 {
	font-size: 105%;
}
.size110 {
	font-size: 110%;
}
.size120 {
	font-size: 120%;
}
.size130 {
	font-size: 130%;
}
.size150 {
	font-size: 150%;
}
.size200 {
	font-size: 200%;
}
.size14 {
	font-size: 14px;
}
.size16 {
	font-size: 16px;
}
.size18 {
	font-size: 18px;
}
.size24 {
	font-size: 24px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.red {
	color: #FF0000;
}
.lightgraytext {
	color: #666666;
}
.darkgreen {
	color: #004f00;
}
.poserror {
	color: #03F;
}
.lighttan {
	color: #FFFFCC;
	text-decoration: none;
}
.bordergold {
	border-top: 3px solid #FDECB0;
	border-right: 3px solid #FBE187;
	border-bottom: 3px solid #FBD85E;
	border-left: 3px solid #FBE187;
}

