<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: ; /* Background Color */
margin:0px; background-image: url('images/axibkgnd.jpg')

}

.GeneralTable
{
background-color: White; /* Background Color */
}

.TopBanner
{
font-family: Trebuchet MS; /* Font Face */
font-size: 12pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: ; /* Background color */
background-image: url('images/background_dgrn.jpg'); /* Background Image */
text-align: Left
}

.TopSubBanner
{
font-family: Trebuchet MS; /* Font Face */
font-size: 12pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
background-image: url('images/background_dgrn.jpg'); /* Background Image */
text-align: Center
}

.LeftColumn
{
font-family: Trebuchet MS; /* 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: ; /* Background color */
background-image: url('images/background_dgrn.jpg'); /* Background Image */
text-align: Left; /* Align Text */
vertical-align: Top
}

.RightColumn
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-style: normal; /* Font Style */
font-weight: Bold; /* Font Style */
text-decoration: none;
background-color: ; /* Background color */
background-image: url('images/background_lgrn.jpg'); /* Background Image */
text-align: Left; /* Align Text */
vertical-align: Top
}

.Footer
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: Black; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #e0e1c1; /* Background color */
text-align: Right; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
font-family: Trebuchet MS; /* 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: ; /* Background color */
background-image: url('images/background_olive.jpg'); /* Background Image */
text-align: Left
}

.ErrorMessages
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: #A60000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #F3D596; /* Background color */
text-align: Center; /* Align Text */
}

.Messages
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: #A60000; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: White; /* Background color */
text-align: Center; /* Align Text */
}

.Headings
{
font-family: Trebuchet MS; /* Font Face */
font-size: 10pt; /* Font Size */
color: White; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
background-image: url('images/background_dgrn.jpg'); /* Background Image */
text-align: Left
}

.Content
{
font-family: Trebuchet MS; /* 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: ; /* Background color */
background-image: url('images/axibkgnd.jpg'); /* Background Image */
text-align: Left
}

.ContentTableHeader
{
font-family: Trebuchet MS; /* 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: #004931; /* Background color */
text-align: Center; /* Align Text */
}

.ContentTable
{
background-color: #004931;
}

.ContentTableHorizontal
{
background-color: #004931;
}
A:link { color: #004600 }          /* unvisited link */
A:visited { color: #004A00 }        /* visited links */
A:active { color: #004A00 }        /* active links */
</Style>