﻿div
{
	margin: 0;
	padding: 0;
}

#gradiant
{
	border-top: solid 1px #F2EB81;
	background: url(images/gradiant.jpg);
	background-repeat: repeat-x;
}

img
{
	border: 0;
}

.boldRed
{
	color: Red;
	font-weight: bold;
}

.green
{
	color: #75A460;
}

.blue
{
	color: #396F89;
}

.details
{
	text-align: center;
}

.rightAlign
{
	text-align: right;
}

.leftAlign
{
	text-align: left;
}

.bold
{
	font-weight: bold
}

.topDetails
{
	width: 85%;
}

.tblDetails
{
	text-align: left;
	width: 680px;
}

.dgHeader
{
	background-color: #396F89;
	color: White;
}

.dgRow
{
	background: #75A460;
	font-size: small;
}

.dgAlternatingRow
{
	font-size: small;
}

.dgFooter
{
	background-color: #396F89;
	color: White;
	font-weight: bold;
}

