body {
	font-size: 14px;
}
/*Hyperlinks on the Application Pages*/
.ApplicationLink:link {color: #FFFF00;}
.ApplicationLink:visited {color: #FFFF00;}
.ApplicationLink:hover {color: #FF9900;}
.ApplicationLink:active {color: #FFFF00;}
.AppSectionHead
{
	font-family: "Hoefler Text", Georgia, serif;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

/* The tables that each contain one section of the Application */
.ApplicationSectionTable {
	margin-left: 23px;
	width: 700px;	
	font-size: 14px;
	font-family: helvetica, arial, sans-serif;
}
th
{
	vertical-align: bottom;
	text-align: left;
	font-size: 14px;
}
/* The TD that Add buttons are in.  Particularly on the Application pages. */
 .AddTD
 {
	text-align: right;
 }
 .DeleteTD
{
	width: 65px;
}
Div
{
	text-align: left;
}
.EditTD
{
	width: 50px;
	text-align: right;
}
a:link {color: #FFFF00;}
a:visited {color: #FFFF00;}
a:hover {color: #FF9900;}
a:active {color: #FFFF00;}
.JSLink
{
	color: yellow;
}
 .ApplicationText
 {
	font-size: 14px;
 }
.ApplicationTextSmall
{
	font-size: 10px;
}
.ApplicationTextWarning
{
	color: #FF0000;
	text-align: left;
	font-size: 14px;
}
