a:active {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}

a.menu:link {
	font-size: 0.9em;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a.menu:visited {
	font-size: 0.9em;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
a.menu:hover {
	font-size: 0.9em;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a.menu:active {
	font-size: 0.9em;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

a.white:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 0.9em;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 0.9em;
}

a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.9em;
}

.bigblue {
	font-size: x-large;
	color: #0000FF;
	font-weight: bolder;
	text-align: center;
}

.blueBackinline {
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	margin: 0px;
	padding: 10px;
	font-style: italic;
}

.blueBack {
	background-color: #0000FF;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

.greenbrown {
	font-size: large;
	font-style: italic;
	color: #663300;
	font-weight: bold;
}

.greyback {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #999999;
	padding: 2px;
}

.lightgreyBack {
	background-color: #CCCCCC;
}

.orangeBack {
	background-color: #FFCC00;
}

.orangeBlock {
	background-color: #FFCC00;
	width: 200px;
	margin: 3px;
	padding: 3px;
}

.romanfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

body {
	background-image:  url(../images/background.gif);
	margin: 7px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000033;
}





.button {
	background-color: #0000FF;
	width: 220px;
	color: #FFFFFF;

}
.ItemTitle {
	color: #FFFFFF;
	background-color: #0000FF;
	padding: 2px;
	text-align: center;


}
.Topic {
	font-size: large;
	color: #FFFFFF;
}
.editor {
	height: 300px;
}


.blueGradient {
	background-color: #0000FF;
	background-image:  url(../images/gradient.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-align: center;

}
.orangeGradient {
	background-color: #FFCC00;
	background-image:  url(../images/gradient_orange.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	font-size: 0.8em;
	text-align: center;

}
.blueGradientNeg {
	background-color: #0000FF;
	background-image:  url(../images/gradient_neg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	background-position: right;
}


.gradientgrey {
	background-image:  url(../images/gradient_grey.gif);
	background-repeat: repeat-y;
	background-color: #999999;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}
.buttonContent {
	background-color: #FFFF99;
	color: #000000;
	font-size: 0.8em;
}
.viewItems {
	overflow: scroll;
	height: 150px;
	width: 450px;

}
.white {
	color: #FFFFFF;
	font-size: 0.9em;
}