<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: #FBFAEE; /* Background Color */
margin-bottom: 10px; /* Margins */
margin-left: 10px; /* Margins */
margin-right: 10px; /* Margins */
margin-top: 10px; /* Margins */
}

.GeneralTable
{
background-color: ; /* Background Color */
}

.TopBanner
{
font-family: Times New Roman; /* Font Face */
font-size: 14pt; /* Font Size */
color: #000040; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: Silver; /* Background color */
background-image: url(images/ISS logo.gif); /* Background Image */
text-align: Left; /* Align Text */
}

.TopSubBanner
{
font-family: Times New Roman; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Silver; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: Times New Roman; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #8080C0; /* Background color */
background-image: url(images/ISS logo.gif); /* Background Image */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.RightColumn
{
font-family: Times New Roman; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: #8080C0; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Footer
{
font-family: Times New Roman; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: Silver; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Middle; /* Align Text */
}

.Instructions
{
font-family: Times New Roman; /* Font Face */
font-size: 10pt; /* Font Size */
color: Silver; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #0080C0; /* Background color */
text-align: Left; /* Align Text */
}

.ErrorMessages
{
font-family: Times New Roman; /* Font Face */
font-size: 12pt; /* Font Size */
color: #400040; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Silver; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Times New Roman; /* Font Face */
font-size: 12pt; /* Font Size */
color: #400040; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: Silver; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Times New Roman; /* Font Face */
font-size: 12pt; /* Font Size */
color: #400040; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}

.Content
{
font-family: Times New Roman; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #E8EEFF; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTableHeader
{
font-family: Times New Roman; /* Font Face */
font-size: 10pt; /* Heading Font Size */
color: White; /* Heading Font Color */
font-weight: Bold; /* Heading Font Style */
font-style: normal; /* Heading FontStyle */
text-decoration: none; /* Heading Font Style */
background-color: Silver; /* Background color */
text-align: Left; /* Align Text */
}

.ContentTable
{
background-color: #8080C0;
}

.ContentTableHorizontal
{
background-color: #8080C0;
}

</Style>
