/* HTML Tags */
body 
{ 
	background-image:url('../images/layout/menu.gif');
	background-repeat:repeat-y;
	background-color:#ffedfe; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

img { border:0px; }

h1 
{	
	font-family:'comic sans ms', 'verdana';
	font-size:16pt;
}

a
{
	color:#000000;
	font-family:'comic sans ms', 'verdana';
	font-size:10pt;
}

/* Id specific */
#header
{
	background:url('../images/layout/header-rep.gif') repeat-x;
	height:129px;
	overflow:hidden;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sidemenu
{
	width:138px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
}

#content
{
	float:left;
	width:600px;
	padding:10px 0px 0px 15px;
	font-family:'comic sans ms', 'verdana';
	font-size:10pt;
}

/* Classes */
.menuPad
{
	padding:5px 0px 0px 15px;
}









.DarkRed
{
  /*color:#D9201D;*/
  color:#000000;
}

.LightRed
{
  /*color:#FF3300;*/
  color:#000000;
}

.White
{
  color:#ffffff;
}

.Black
{
  color:#000000;
}

.Treb10
{  
  font-family:'trebuchet ms','arial';
  font-size:10pt;
}

.Treb11
{
  font-family:'trebuchet ms';
  font-size:11pt;
}

.Treb12
{  
  font-family:'trebuchet ms';
  font-size:12pt;
}

.Treb14
{  
  font-family:'trebuchet ms';
  font-size:14pt;
}

.Bold
{
  font-weight:bold;
}

.Italic
{
  font-style:italic;
}

.LinkCells
{
  background-color:#06175C;
  padding-left:5px;
}

.MsoNormal
{
  font-family:'trebuchet ms';
  font-size:10pt;
}


  
