/* CSS Document */

/* Basic Layout */

html, body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;	
}

body {
	bgcolor: #000033;
	background-color: #000033;
}
table {
	bgcolor: #ffffff;
	background-color: #FFFFFF;
}

/* Breadcrumbs Styles */

#crumbs {
	bgcolor: #ffffff;
	margin-bottom: 15px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

#crumbs .CrumbArrows {
	margin-right: 5px;
	font-size: x-small;
	font-weight: bold;
	color: #3300FF;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#crumbs a, #crumbs a:link, #crumbs a:visited, #crumbs a:active {
	color: #000066;
	text-decoration: none;

}

#crumbs a:hover {
	color: #000099;
	text-decoration: underline;
}

#crumbs .CrumbCurrent {
	color: #000000;
	font-style: normal;
	font-size: larger;
}

/* Main Content Styles */

#content {
   bgcolor: #ffffff;
   margin: 2 15 5 20;
}

/* Footer Styles */

#footer {
	border-top: 1px dotted #aaaaaa;
	background-color: #cccccc;
	color: #000000;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	padding: 10px;



}

#footer p {
	margin: 0.5em 0 1em 2em;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

/* List Styles */

ul li, ol li {
	margin-bottom: .6em;
}
h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #990000;
}

h3 {
	font-size: medium;
	color: #000033;
}

h4 {
	font-size: small;
	color: #000033;
}

.code {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFFFCC;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;


}
.codeEmph {
	font-weight: bolder;
	color: #990000;
	font-size: larger;
}
body {
}
