/* 
	Using stylesheet files like this makes it easy to control how things look
	from one central location. All the HTML files can refer to this stylesheet
	and in that way it is possible to control the look of an entire website 
	almost completely from this one file. This also saves on bandwidth, because
	less code has to be duplicated in the individual webpages.
*/


body					{
						font-family:Verdana,Arial,sans-serif;
						font-size:10pt;
						font-weight:normal;
						color:#000000;
						}
td						{
						font-family:Verdana,Arial,sans-serif;
						font-size:10pt;
						font-weight:normal;
						color:#000000;
						vertical-align:top;
						}
select				{
						font-family:Verdana,Arial,sans-serif;
						font-size:10pt;
						font-weight:normal;
						color:#000000;
						}												
.maintable			{
						background-color:#CED6FF;
						}						
.headertitle		{
						font-family:Verdana,Arial,sans-serif;
						font-size:20pt;
						font-weight:bold;
						color:#000000;
						text-align:center;
						}
.headertext			{
						font-family:Verdana,Arial,sans-serif;
						font-size:14pt;
						font-weight:normal;
						color:#000000;
						padding:4px;
						text-align:center;
						}
.sectiontitle		{
						font-family:Verdana,Arial,sans-serif;
						font-size:16pt;
						font-weight:bold;
						color:#000000;
						text-align:center;
						}
.sectiontext		{
						font-family:Verdana,Arial,sans-serif;
						font-size:12pt;
						font-weight:bold;
						color:#000000;
						padding:4px;
						text-align:center;
						}
.formlabel			{
						font-family:Verdana,Arial,sans-serif;
						font-size:12pt;
						font-weight:normal;
						color:#000000;
						width:25%;
						vertical-align:top;
						}												
.fullwidth			{
 						width:100%;
 						font-size:10pt;
 						}
.innertable			{
 						width:75%;
 						}						
.hairline			{
						height:1px;
						width:100%;
						color:#000000;
						background-color:#000000;
						}
.formbutton			{
						width:100px;
						height:25px;
						font-family:Verdana,Arial,sans-serif;
						font-size:10pt;
						font-weight:bold;
						color:#FFFFFF;
						background-color:#000080;
						}												