/* CSS Document */

@charset "utf-8";

/* Get rid of browser default margin & padding values */
html {
	margin: 0;
	padding: 0;
}

/* Body */
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: #b4c9e4;
	background-image: url(/graphics/bkg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
}

/* Links */
a {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}

a:active {
	text-decoration: none;
	color: #990000;
}

a.brown {
	font-family: Arial;
	font-size: 12px;
	color: #323232;
}

a.brown:link {
	text-decoration: none;
}

a.brown:visited {
	text-decoration: none;
	color: #323232;
}

a.brown:hover {
	text-decoration: underline;
	color: #323232;
}

a.brown:active {
	text-decoration: none;
	color: #323232;
}

a.footer {
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.footer:link {
	text-decoration: none;
}

a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}


/* Text */

.title_text {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px, 10px, 3px, 10px;
}

.content {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 3px, 10px, 3px, 10px;
}

/* Other Elements */

div.titles {
	background-color: #323232;
}

div#LeftPadding {
	font-weight: bold;
	padding-left: 5px
}

div#LeftPaddingNotBold {
	padding-left: 5px
}
	

.box_shadows {
	background-image: url(_graphics/bkg_boxShadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.box_separator {
	background-repeat: repeat-y;
	background-position: center center;
	height: auto;
	text-decoration: none;
	display: none;
	background-image: url(_graphics/separator.gif);
}

.MainMenuStatic {font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold; margin:5px;}
.MainMenuStatic a{font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold; margin:5px;}
.MainMenuStatic a:link{font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold; margin:5px;}
.MainMenuStatic a:visited{font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold; margin:5px;}
.MainMenuStatic a:hover{font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold; margin:5px;}
.MainMenuStatic a:active{font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold; margin:5px;}

.MainMenuDynamic {background-color:#0F3B66; font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold; padding:2px;}
.MainMenuDynamic a{background-color:#0F3B66; font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold;}
.MainMenuDynamic a:link{background-color:#0F3B66; font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold;}
.MainMenuDynamic a:visited{background-color:#0F3B66; font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold;}
.MainMenuDynamic a:hover{background-color:#0F3B66; font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold;}
.MainMenuDynamic a:active{background-color:#0F3B66; font-family:Arial; font-size:12px; color:#FFFFFF; font-weight:bold;}

