.outlinetablegrey {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	
}
.headerbar {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	line-height: 27px;
	
}
body {
	background-color: #CCC;
	background-image: url(../img/background.jpg);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
.side {
	color:white;
	font-size:11px;
	text-align:center;
	line-height:27px;
}
.side td:hover{
	background-color:#06C;
	color:white;
	cursor:pointer;
	font-weight:bold;
	font-size:12px;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	
}
.dateday {
	font-size: 45px;
	font-weight: bold;
	color: #FFFFFF;
	
}
.datename {
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	
}
.dateyear {
	text-transform: lowercase;
	color: #FFFFFF;
	
}
.bodytext {
	font-size: 12px;
	
}
.header {
	font-size: 36px;
	
}
.backstripe {
	background-image: url(../img/greystripe.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
	
}
.nolinks a {
	color: #F00;
	text-decoration: none;
	
}
.nolinks a:hover {
	font-weight: bold;
	
}
.err {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #F00;
	text-align: center;
	border: 1px solid #000;

}
.errorBLUE {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-align:center;
	background-color: #6F88BE;
	text-align: center;
	border: 1px solid #000;

}
.forms{
	font-family:Tahoma, Geneva, sans-serif;
	padding:5px;
	line-height:20px;
	font-size:12px;
}