body         {
	font-size: 12px;
	background: #FFFFCC url(images/spback.gif) repeat-y;
	margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial;
}
					
h1				{ font-family: Arial, Helvetica; font-size: 16pt}
h2				{ font-size: 14pt}
h3           	{ font-size: 12pt; font-style: italic; font-weight: bold }

a:hover		{ color: red; text-decoration: none}
a:link      { color: blue; text-decoration: underline }
a:visited   { color: blue; text-decoration: none}

p {
	font-size:14px;
	}
	
li	{
	font-size:14px;
	}
	
img 
{
    border-style: none;
}

.pageTitle
{
    font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #996633;
    font-style: normal;
    font-variant: normal;
    padding-left:20px;
}

.crButton   	{
	font-family: 'Trebuchet MS';
	font-size: 10pt;
}
.crText     	{ font-family: 'Trebuchet MS'; font-size: 10pt }
.crCombo    	{
	font-family: "Trebuchet MS";
	font-size: 14px;
	height: 22px;
	background-color: #FFFFCC;

}
.crTextBox		{
	height: 18px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}

.crLabel    	{ font-family: 'Arial'; font-size: 10pt; font-weight: bold }
.tabletitle  	{ font-family: 'Comic Sans MS'; font-size: 12pt; font-weight:normal }

.tableheading { font-family: 'Comic Sans MS', Arial, Helvetica; font-size: 10pt; font-weight: 
               	normal; background: #C0C0C0; text-align: center }
               
.tablerow    	{ font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 10pt; background: #D0D0D0 }

.tableRowOdd	{ font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 10pt; background: #F0F0F0 }

.tableRowEven	{ font-family: 'Trebuchet MS', Arial, Helvetica; font-size: 10pt; background: #E0E0E0 }

.tableline    { color: #DFDFDF; height: 2;  text-align: left; width: 90% }
.crTextArea {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	height: 200px;
	width: 400px;
	float: left;


}
.crCheck {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
.crTextHelp {
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: italic;
	color: #666666;

}
.tableRowAssignment {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-size: 10pt;
	background: #CCCCCC;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;


}
.bodyContainer {
	width: 90%;
}

.waitMessage {
	text-align: center;
	vertical-align: middle;
}

#content {
	padding: 0px;
}

#footer {
	position: relative;
	padding: 0px;
	text-align:center;
	width: 100%;
}

#navcontainer { width: 120px; }

#navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px
}

#navcontainer a {
display: block;
padding: 3px 0px 0px;
width: 120px;
background-color: #996633;
border-bottom: 1px solid #eee;
}

#navcontainer a:link, #navcontainer a:visited {
color:White;
text-decoration: none;
font-weight: normal;
}

#navcontainer a:hover {
background-color: #FFFFCC;
color: #996633;
font-weight: normal;
}

#navcontainer {
background-color: #FFFFCC;
color: #996633;
font-weight: bold;
}

