body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-image: url(../images/background.gif);
	background-color: #0099CC;
}
a {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:active {
	color: #006699;
	text-decoration: underline;
}
a:hover {
	color: #0066EE;
	text-decoration: underline;
}
#title {
	background-image: url(../images/main-logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}
.lefttile {
	background-image: url(../images/layout/left-tile.gif);
	background-repeat: repeat-y;
}
.righttile {
	background-image: url(../images/layout/right-tile.gif);
	background-repeat: repeat-y;
}.breadcrum {
	background-image: url(../images/layout/bread-fade.gif);
	background-repeat: repeat-x;
	padding-left: 10px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main-content {
	background-image: url(../images/layout/main-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EFEFEF;
}
#main-content #content {
	background-color: #FFFFFF;
	border: 1px dashed #999999;
	padding: 3px;
	margin-right: 5px;
}
#main-content .tablehover {
	background-color: #CCCCCC;
}
#main-content .tablehover th {
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/layout/bread-fade.gif);
	background-repeat: repeat-x;
}
#main-content .tablehover tr {
	background-color: #FFFFFF;
}
#main-content .tablehover tr.antique {
	background-color: #DDFFDD;
}
#main-content .tablehover tr:hover {
	background-color: #F5F5FF;
}
strong, b, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.fedora-menu {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.fedora-menu li {
	width: 140px;
	border-right: solid 1px #AAAAAA;
	border-bottom: solid 1px #AAAAAA;
	height: 20px;
	background-image: url(../images/layout/side-button.gif);
	background-repeat: no-repeat;
	text-align: left;
}
.fedora-menu li a {
	display: block;
	padding-top: 3px;
	padding-left: 8px;
}
.fedora-menu li div {
	padding-top: 3px;
	padding-left: 8px;
}
.fedora-menu li a:hover {
	background-image: url(../images/layout/side-button-hover.gif);
	background-repeat: no-repeat;
}
form {
	margin: 0px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.sideheadings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	color: #0066CC;
}
#footer {
	background-image: url(../images/layout/footer-tile.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E9EBEA;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #006699;
	font-style: italic;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006600;
	font-style: italic;
	margin: 5px;
}
#main-content .bullet li {
	list-style-image: url(../images/layout/list-bullet.gif);
	list-style-type: circle;
	line-height: 20px;
}
.bigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	font-weight: bold;
}

