/*@font-face
{
   font-family: MarshmallowDuel;
   font-style: normal;
   font-weight: normal;
   src: url(marshmallowDuel.ttf);
}*/

body,td,a,p,.h
{
	font-family: /*MarshmallowDuel,*/ system, verdana, arial, helvetica, sans-serif; 
  font-size: 10px;
}

img,table,div { border: 0; }

body
{
	font-size: 11px;
	color: #FFF;
	margin: 0 20px 2em 20px;
	line-height: 140%;
	background: url(../images/back.jpg) bottom left no-repeat fixed #000;
}

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

select
{
	font-size: 9px;
	background: #000;
	color: #FFF;
}

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

.padding {
	padding: 5px;
	color: #000;
}

.overflow {
	width: 530px;
	overflow: auto;
	background: #BBB;
}

.sidebar {
	padding: 5px;
	color: #FFF;
	background: #000;
}

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

.contentFrame { width: 540px; margin: 0 auto; text-align: left; }
.menu { text-align: center; }
