body,p,h3,h4,h5,h6,table,td,tr,th
{ 
 font-family: Arial, sans-serif;
 font-size: 10pt;  font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;  color: #FFFFFF; 
 text-decoration: none;}
 a:link		{ font-weight: normal; color: #ffffff; text-decoration: 				underline }
 a:hover  	{ font-weight: normal; color: #ffffff; text-decoration: none }
 a:visited	{ font-weight: normal; color: #c0c0c0; text-decoration: none }
 a.side:link		{ font-weight: normal; color: #000000; text-decoration: 				underline }
 a.side:hover  	{ font-weight: normal; color: #000000; text-decoration: none }
 a.side:visited	{ font-weight: normal; color: #585858; text-decoration: none }
h1 
{
 font-family: Arial, sans-serif;
 font-size: 20pt;
 font-weight: normal;
 color:#000000
}

h2 
{
 font-family: Arial, sans-serif;
 font-size: 13pt;
 font-weight: bold;
 color:#c0c0c0;
}

ul
 {list-style-type: none;}
}
 
li
 {margin-left:0px;}

body
{
margin: 0px 0px 0px 0px;
background-repeat: repeat-y;
background-position: top left;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(media/arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}
