body {
margin: 0px;
background-image: url(../images/bg.gif);
background-repeat: repeat;
}

p, td {
	font : 12px verdana, arial, helvetica, sans-serif;
	line-height: 135%;
	color: #3E2058;

}

h1 
{
      font : bold 14px verdana, arial, helvetica, sans-serif;
     color : #7A4FA7;
}

h2 
{
      font : bold 14px verdana, arial, helvetica, sans-serif;
     color : #76B95E;
}

h3 
{
      font : bold 14px verdana, arial, helvetica, sans-serif;
     color : #D92D72;
}

h4 
{
      font : bold 13px verdana, arial, helvetica, sans-serif;
     color : #7A4FA7;
}

h5 
{
      font : bold 13px verdana, arial, helvetica, sans-serif;
     color : #76B95E;
}

h6
{
      font : bold 13px verdana, arial, helvetica, sans-serif;
     color : #D92D72;
}

.date
{
      font : bold 13px verdana, arial, helvetica, sans-serif;
     color : #D92D72;
}
a  
{
  color : #CF56EC;
}

a:visited
{
  color : #BB6ECE;
}

a:hover  
{
  color : #89C274;
}

td.white {
background-color: #FFFFFF;
}

td.left {
background-image: url(../images/left_bg.gif);
background-repeat:repeat-y;
}

td.right {
background-image: url(../images/right_bg.gif);
background-repeat:repeat-y;
}

.copyright
{
	font : 9px verdana, arial, helvetica, sans-serif;
	color: #5A9245;
}

a.copyright
{
  color : #5A9245;
}

a:visited
{
  color : #5A9245;
}

a:hover  
{
  color : #D92D72;
}
td.colbg { 
background-repeat: repeat-x; 
background-image: url(../images/col_line.jpg) 
}