body,td,a,p,.h
{
	font-family:arial,sans-serif;
	font-size: 11px;
}

img,table,div { border: 0; }

body
{
	font-size: 11px;
	color: #222;
	margin: 0 20px 2em 20px;
	line-height: 140%;
	background: #BBB;
}

.header
{ 
	font-size: 15px;
	font-weight: bold;
	color:#717;
	padding: 3px; 
	border-bottom: 
	1px dashed #000; 
}

select
{
	font-size: 9px;
	background: #BBB;
}

.textBlock {
	text-align: left;
	margin-bottom: 5px;
}

.padding {
	padding: 5px;
	background: #BBB;
}

.overflow {
	width: 490px;
	overflow: auto;
	background: url(../images/panelSide.jpg) right repeat-y #BBB;
}

.sidebar {
	padding: 5px;
}

a:link { color: #A0A; }
a:visited { color: #717; }
a:hover { color: #F0F; }
a:active { color: #717; }

.contentFrame { width: 500px; margin: 0px auto; text-align: left; }
.menu { text-align: center; background: url(../images/menu.gif) repeat-y; }
