﻿body {
    background-color: #336699;
	background-image: url(/images/newDesign/body_bg2.jpg); 
	background-repeat: repeat-x;
	font-family: arial, helvetica;
}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: red;}
a:active {color: red;}

p,ul
{
color: black;
text-align: left;
font-family: verdana, arial, helvetica;
font-size: x-small;
}

h1,h2,h3,h4
{
color: #336699;
font-family: arial, helvetica;
}

table.grid { border: 1px solid #C0C0C0; }
td.grid { border: 1px solid #C0C0C0; }
tr.grid:hover {background:transparent url(/images/grid-gradient.png) repeat-x 0 0;}
tr.header { background:transparent url(/images/panel-gradient.png) repeat-x 0 0; color: #fff; height: 30px;}
tr.header a { text-decoration:none; color: #fff;}
tr.header a:hover { text-decoration:underline; color: #fff;}