/* GENERAL */
body {
	background: url(../Images/Global/Background.gif);
	margin: 0px;
}

td {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

hr {
	width: 99%;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

a:visited {
	color: #990000;
   text-decoration: underline
}
a:link {
	color: #990000;
   text-decoration: underline
}
a:hover {
	color: #990000;
   text-decoration: none
}
a:active {
	color: #990000;
   text-decoration: none
}

.breadcrumb {
	font-size: 10px;
	font-style: italic;
}

.page-title {
	color: #990000;
	vertical-align: middle;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}

/* DROP-DOWN MENUS */
.menu-dropdown {
	border: 1px solid #000000;
	background-color: #990000;
}

.menu-dropdown tr td a:visited
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: underline
}
.menu-dropdown tr td a:link
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: underline
}
.menu-dropdown tr td a:hover
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: none
}
.menu-dropdown tr td a:active
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: none
}

/* LEFT SECTION NAVIGATION */
.left-section-nav .title {
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
}

.left-section-nav a:visited
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: underline
}
.left-section-nav a:link
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: underline
}
.left-section-nav a:hover
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: none
}
.left-section-nav a:active
{
	color: CCCCCC;
   font-weight: normal;
   text-decoration: none
}

/* FIELD SETS */
fieldset {
	background: url(../Images/General/tile_Fieldset-BG.gif);
	margin: 10px;
	padding: 10px;
	border: 1px solid #000000;
}

fieldset legend {
	color: #000000;
	font-size: 13px;
	font-variant: small-caps;
	font-weight: bold;
}

.field-label {
	font-style: italic;
}

.field-label-required {
	color: #990000;
	font-style: italic;
}