/* CSS Document */

body
{
	margin:0px;
	font-family:Tahoma, Verdana;
	font-size:12px;
	color:#FFFFFF;
	background-color:#F0F0F0;
}
.left_shadow
{
	background-image:url(../images/left_shadow.jpg);
	background-repeat:repeat-y;
	width:10px;
	height:auto;
}
.right_shadow
{
	background-image:url(../images/right_shadow.jpg);
	background-repeat:repeat-y;
	width:10px;
	height:auto;
}
.copy
{
	font-size:11px;
	color:#0067AE;
	text-decoration:none;
}
.link
{
	font-size:11px;
	color:#0067AE;
	text-decoration:none;
	font-weight:bold;
}
.link:hover
{
	font-size:11px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}						