/*master_sheet.css
Anne Gaines
Jacob Lear
*/

A:link, A:visited
{
   	text-decoration : none;
}

A:hover
{
  	text-decoration : underline;
   	color : red;
}

.page1_heading
{
	color: black;
	text-align: center;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
	font-size: 32px;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	text-transform: uppercase;
} 

.page2_heading
{
	color: black;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	text-transform: uppercase;
}

.regular_text_center
{
	color: black;
	text-align: center;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	text-transform: uppercase;
}

.regular_text_left
{
	text-align: left;
	color: black;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	text-transform: uppercase;
}

.menu_hyperlink
{
	text-align: left;
	color: white;
	font-family: "Bradley Hand ITC";
	font-weight: bolder;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: small-caps;
	text-transform: uppercase;
	white-space: nowrap;
	text-decoration: none;
}

.menu
{
	border-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border: medium solid Black;
}	

.input_lbl
{
font-weight: bolder;
vertical-align: middle;
text-align: right;
font-family: "Bradley Hand ITC";
white-space: nowrap; 
font-variant: small-caps;
text-transform: uppercase;
}

.input_text
{
font-weight: bolder;
vertical-align: middle;
text-align: left;
font-family: "Bradley Hand ITC";
white-space: nowrap;
font-variant: small-caps;
text-transform: uppercase;
}

.form_heading
{
font-weight: bolder;
vertical-align: top;
text-align: center;
font-family: "Bradley Hand ITC";
font-variant: small-caps;
text-transform: uppercase;
}


.forgot_password
{
font-size: 12px;
font-family: "Bradley Hand ITC";
font-variant: small-caps;
text-transform: uppercase;
}

.indicate_req 
{ 
font-weight: bolder;
font-family: "Bradley Hand ITC";
font-size: 16 px;
font-variant: small-caps;
text-transform: uppercase;
text-align: left;
}

.red_text
{
font-family: "Bradley Hand ITC";
color: #FF0000;
font-variant: small-caps;
text-transform: uppercase;
}
