/* Default CSS Stylesheet for a new Web Application project */
h3 {
   font-family:verdana, sans-serif;
	 font-weight:bold;
	 font-size:16px
	 }
	 
.GeneralPage
{
	background-color: white; /* Background Color */
	background-image: none; /* Background Image */
	margin-bottom: 0px; /* Margins */
	margin-left: 0px; /* Margins */
	margin-right: 0px; /* Margins */
	margin-top: 0px; /* Margins */
}

.GeneralTable
{
	background-color: white; /* Background Color */}

.LeftColumnLink
{
	font-family: Verdana; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: underline;
	background-color: #996666; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 20%; /* Cell Width */
}

.Link
{
	font-family: Verdana; /* Font Face */
	font-size: 11pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #996666; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
}
.LinkP
{
	font-family: Verdana; /* Font Face */
	font-size: 11pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: left; /* Align Text */
}
.subLink
{
	font-family: Verdana; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #996666; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
}

.link6 {
        font-family: Verdana, sans-serif;
        font-size: 14px;
        color: black;
        }

IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.TopBanner
{
	font-family: Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 28px; /* Font Size */
	color: black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #FFFFFF; /* Background Color */
	background-image: none; /* Background Image */
	text-align: left; /* Align Text */
}
.TopSubBanner
{
	font-family: Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #990000; /* Background color */
	background-image: none; /* Background Image */
	text-align: center; /* Align Text */
}
.TopHeadingBanner
{
	font-family: Arial, Helvetica, sans-serif; /* Font Face */
	font-size: 20px; /* Font Size */
	color: #990000; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #FFFFFF; /* Background Color */
	background-image: none; /* Background Image */
	text-align: left; /* Align Text */
}
.Headings
{
	font-family: Verdana; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.SectionHeadings
{
	font-family: Verdana; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #ffffff; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #996666; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}
.Content
{
	font-family: Verdana; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #000000; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */

}
.LeftColumn
{
	font-family: verdana; /* Font Face */
	font-size: 11pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	background-color: #996666; /* Background color */
	background-image: none; /* Background Image */
	vertical-align: top; /* Vertical Align Text */
	text-align: left; /* Align Text */
	width: 18%; /* Cell Width */
}
.buttons
{
	font-family: Verdana; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: Center; /* Text Align */
}
.buttons2
{
	font-family: Verdana; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #990000; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-color: none; /* Background color */
	background-image: none; /* Background Image */
	text-align: Right; /* Text Align */
}
.ErrorLabel
{
	font-weight: bold;
	font-size: 9pt;
	color: green;
	font-family: Verdana, Arial;
}

.ErrorLabel2
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-family: Verdana, Arial;
}

.RequestDetailLabel
{
	font-size: 10pt;
	font-weight: bold; /* Font Style */
	width: 240px;
	color: black;
	font-family: Verdana, Arial;
	
}
.RequestNewLabel
{
	font-size: 10pt;
	font-weight: bold; /* Font Style */
	width: 150px;
	color: black;
	font-family: Verdana, Arial;
	background-color: #dddddd;
}
.RequestDetailLabel2
{
	font-size: 10pt;
	font-weight: bold; /* Font Style */
	color: black;
	font-family: Verdana, Arial;
	background-color: silver;	
}
.RequestDetailLabel3
{
	font-size: 10pt;
	font-weight: bold; /* Font Style */
	width: 150px;
	height: 25px;
	color: black;
	font-family: Verdana, Arial;
	background-color: silver;	
}
.RequestDetailDisplay
{
	font-size: 10pt;
	font-weight: bold; /* Font Style */
	width: 200px;
	color: Black;
	font-family: Verdana, Arial;
	background-color: White;
}
.RequestReportDisplay
{
	font-size: 10pt;
	font-weight: normal; /* Font Style */
	width: 400px;
	font-family: Verdana, Arial;
	background-color: White;
}
.RequestReportDisplay2
{
	font-size: 10pt;
	font-weight: normal; /* Font Style */
	width: 200px;
	font-family: Verdana, Arial;
	background-color: White;
}
.RequestDetailDisplay3
{
	font-size: 10pt;
	font-weight: bold; /* Font Style */
	width: 200px;
	height: 25px;
	color: Black;
	font-family: Verdana, Arial;
	background-color: White;
	
}

.RequestDetailDisplay4
{
	font-size: 10pt;
	font-weight: bold; /* Font Style */
	width: 300px;
	height: 25px;
	color: Black;
	font-family: Verdana, Arial;
	background-color: White;
	
}

.Confirmation
{
	font-size: 12pt;
	color: Black;
	font-family: Verdana, Arial;
}

.RadioButtons
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Arial;
}

.CheckBoxes
{
	font-size: 10pt;
	color: Black;
	font-family:  Verdana, Arial;
}

.font1
      {
        font-family: Verdana, Arial;
        font-size: 10pt;
        color: black;
        }
