body  {
	background-color : #D4EEF6;
	font-family: arial;
	font-size: 12px;
}

A:link	{
	color : #DB4B1F;
}

A:visited	{
	color : #DB4B1F;
}

A:active	{
	color : #DB4B1F;
}

#ApplicationForm {
	width: 600px;
	margin: auto;
}

#ApplicationForm h1 {
	line-height: 30px;
	font-size: 30px;
	text-align: center;
}

#ApplicationForm h2 {
	line-height: 20px;
	font-size: 20px;
	text-align: center;
}

#ApplicationForm p {
	line-height: 14px;
	font-size: 12px;
	padding: 0px 10px;
}

#ApplicationForm table {
	padding: 0px 10px;
	width: 500px;
	margin: auto;
}

#ApplicationForm hr {
	height: 0;
	border-top: 0px;
	border-bottom: 2px dotted #000;
} 

.underline {
	border-bottom:1px dotted #000;
	width: 70%;
}
	
.toptitle  {
	text-align : center;
	font-weight : bold;
	font-size : 25pt;
}

.toptext  {
	font-size : 14pt;
	text-align : center;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
}

table.main 
{
	border-width: 2px;
	border-spacing: ;
	border-style: dashed;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	width: 700px; 
	margin-left: auto;
	margin-right: auto;
	padding:10px;
}

.heading  {
	text-align : center;
	font-size : 18pt;
}

.text  {
	font-size : 14pt;
	text-align : center;
}

.stalltext  {
	font-size : 14pt;
	text-align : center;
}
.stallsubtext  {
	font-size : 12pt;
	text-align : center;
}

.smalltext  {
	font-size : 8pt;
	text-align : center;
}

.title  {
	font-size : 20pt;
	font-weight : bold;
	color : #DB4B1F;
	text-decoration : underline;
	text-align : center;
}

.stallhead  {
	font-size : 14pt;
	text-align : center;
}

.smallline  {
	font-size : 1pt;
}

.stalllink {
	font-size : 14pt;
	text-align : center;
	color : #111;
	}

.stalllink A:link {
	text-decoration: none;
	font-size : 14pt;
	text-align : center;
	color : #111;
	}

.stalllink A:visited {
	text-decoration: none;
	font-size : 14pt;
	text-align : center;
	color : #111;
	}

.stalllink A:active {
	text-decoration: none;
	font-size : 14pt;
	text-align : center;
	color : #111;
}

.stalllink A:link {
	text-decoration: none;
	font-size : 14pt;
	text-align : center;
	color : #111;
	}

.stalllink A:hover {
	font-weight: 700;
	text-decoration: none;
	font-size : 14pt;
	text-align : center;
	color : #111;
}

