
html
{
	height:100%;
}

body 
{
	margin:0;
	padding:0;
	height:100%;
	font:10pt arial;
	color:#000000;
}

#frame
{
	height: 100%;
	width: 100%;
}

.sidebar_left
{
	background-image:url(../images/side_left.gif);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#F4F4F4;
}

.content
{
	width:640px;
}

.sidebar_right
{
	background-image:url(../images/side_right.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#F4F4F4;
}

.footer_text
{
	font:8pt arial;
	color:#AAAAAA;
}

a
{
	text-decoration:none;
	font-size:11px;
	color:#3F73BB;
}

a:hover
{
	text-decoration:underline;
}

