﻿.link {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: underline;
}
.company {
	font-size: x-large;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
.pageheader
{
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFF00;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.formcaption{
	text-align:right;
	line-height:30px;
	color:yellow
}
.formoptions{
	line-height:30px
}