﻿body {
    background-color: #336699;
	background-image: url(/images/newDesign/body_bg2.jpg); 
	background-repeat: repeat-x;
	font-family: arial, helvetica;
}

.innerBody{
	height: 322px; 
	text-align:center; 
	vertical-align: top; 
	background-color:#FFFFFF;
	width: 900px;
	margin-left:20px;
}

.ribbon {
	background-image: url(/images/newDesign/ribbon.png); 
	background-repeat: repeat-x;
	text-align: center;
	padding-right:5px;
	padding-left:30px;
}

.ribbon a:link{
	text-decoration:none;
	font-size: 16px;
	font-family: Times New Roman, arial, helvetica;
	color: #8b3800;
}

.ribbon a:visited{
	text-decoration:none;
	font-size: 16px;
	font-family: Times New Roman, arial, helvetica;
	color: #8b3800;
}

.ribbon a:hover{
	text-decoration:none;
	font-size: 16px;
	font-family: Times New Roman, arial, helvetica;
	color: #FFFFFF;
}

.ribbon a:active{
	text-decoration:none;
	font-size: 16px;
	font-family: Times New Roman, arial, helvetica;
	color: #FFFFFF;
}

a.email:link
{
color: #FAE678;
}
a.email:visited
{
color: #FAE678;
}
a.email:hover
{
color: yellow;
}
a.email:active
{
color: yellow;
}

a:link {color: blue;}
a:visited {color: blue;}
a:hover {color: red;}
a:active {color: red;}

a.header:link
{
color: #FFFFFF;
text-decoration:none;
font-size: 20px;
font-family: Times New Roman, arial, helvetica;
padding: 20px 20px 10px 20px;
}
a.header:visited
{
color: #FFFFFF;
text-decoration:none;
font-size: 20px;
font-family: Times New Roman, arial, helvetica;
padding: 20px 20px 10px 20px;
}
a.header:hover
{
color: yellow;
font-size: 20px;
font-family: Times New Roman, arial, helvetica;
padding: 20px 20px 10px 20px;
}
a.header:active
{
color: yellow;
font-size: 20px;
font-family: Times New Roman, arial, helvetica;
padding: 20px 20px 10px 20px;
}

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;
}

.title
{
color: #336699;
font-family: arial, helvetica;
font-weight: bold;
font-size: 14px;
}

.input
{
font-family: arial, helvetica;
font-size: 14px;
}

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;}
