body
	{
		font-family: Arial, Verdana, Helvetica, Sans-Serif;
		font-style: normal;
		font-size: 12px;
		color: #333333;
		text-align:center;
		margin-left:5px;
		margin-top:5px;
		background-color: #FBFFBA;
		background-image:url("../images/stripes.jpg");
		background-attachment : fixed;
	}

table
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	}

table.border
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #9EA8B4;
	cellpadding: 5pts;
	}

table.inside
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #EEEEEE;
	}

table.yellow
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	background-color: #EDDD66;
	}

td
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 12px;
	}

td.gray
	{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color:#AAAAAA;
	}

tr.headerrow
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #0B3B4F;
	background-color: #D5DBE3;
	}

tr.darkrow
	{
	background-color:#F2EFCC;
	font-size: 12px;
	color: #000000;
	}

tr.lightrow
	{
	background-color:#FEFCE8;
	font-size: 12px;
	color: #000000;
	}


td.blue
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	color:#02B4F5;
	background-color:#B1DFF0;
	font-weight: bold;
	}

a
	{
		color: #FFEEFF;
	}

a:active
	{
		color: #BD5C13;
		text-decoration: underline;
	}

a:hover
	{
		color: #2A43BF;
		text-decoration : underline;
	}


a.yellow
	{
		color: #E5E200;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

a.yellow:visited
	{
		color: #DEDA02;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
	}

a.yellow:hover
	{
		color: #F2EF30;
		text-decoration: underline;
		font-weight: bold;
	}

a.yellow:active
	{
		color: #F06400;
		text-decoration: underline;
		font-weight: bold;
	}

a.blue
	{
		color: #000F66;
		text-decoration: none;
		font-weight: bold;
	}

a.blue:active
	{
		color: #BD5C13;
		text-decoration: underline;
		font-weight: bold;
	}

a.blue:hover
	{
		color: #2A43BF;
		text-decoration : underline;
		font-weight: bold;
	}

a.gray
	{
		color: #CCCCCC;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
	}

a.gray:active
	{
		color: #EEEEEE;
		font-size: 10px;
		text-decoration: none;
		font-weight: bold;
	}

a.gray:hover
	{
		color: #DDDDDD;
		font-size: 10px;
		text-decoration : none;
		font-weight: bold;
	}



/* font classes */

p.gray
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333333;
        }
p.blueheader
	{
	    font-weight: bold;
	    font-size: 14px;
	    color: #003366;
	    font-family: Arial, Verdana, Helvetica, Sans-Serif;
	    margin-top:8px;
	    margin-bottom:5px;
	}
p.redheader
	{
	    font-weight: bold;
	    font-size: 14px;
	    color: #691212;
	    font-family: Arial, Verdana, Helvetica, Sans-Serif;
	    margin-top:0px;
	    margin-bottom:0px;
	}
p.white
	{
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top:0px;
	margin-bottom:5px;
        }

/* form */

.form {
	font-family: Arial, Verdana Helvetica, sans-serif;
	font-size: 10px;
	color: red;
	background: #A6C3DC;
	color: #990000;
	}
.btn {
	font-weight: bold;
	font-size: 10px;
	color: #24333F;
	background-color: #A6C3DC;
}

/* div */
.title {
	font-family: Arial, Verdana Helvetica, sans-serif;
	font-size: 15px;
	color: red;
	background: #CDE6F3;
	color: #0000AA;
	font-weight: bold;
	margin-top:0px;
	}