/******************** Global ********************/
body{
	padding: 0;
	background: white url(../img/back8.jpg);
	margin: 0px;
	color: #000000;
	font: 85% arial,verdana,helvetica,sans-serif; 
}

a{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
	background-color: #DA5434;
}

img{
	border: 0;
}


td{
	vertical-align: top
}

/***************** End Global *****************/

/*************** Miscellaneous ***************/

#BackImg {
	background-image: url(../img/bullies4.jpg);
}

#BodyCopy{
	text-align: left;
	font-size: 85%;
	width: 400px;
}

#Error{
	color: red; 
	line-height: 25%;
}

#Copyright{
	font-size: 65%;
	text-align: left; 
	vertical-align: bottom;
}

#OtherWorks{
	line-height: 200%;
}

#SubTitle{
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	color: #F7EF22; 
}

#TableCenterText{
	text-align: center;
}

#TableSubHead{
	border: 1px solid #000000;
	font-weight: bold;
	background-color: #F7EF22;
}

#TableRightText{
	text-align: right;
}

#Title{
	font-size: 200%;
	font-weight: bold;
	text-align: left;
	color: #F7EF22; 
}


/*********** End Miscellaneous************/

/******************* Tables *******************/

#AltTable{
	background-image: url(../img/bullies3.jpg);
	border: 0px;
}

#ReviewTable {
	width: 400px;
}
#ReviewTable td{
	text-align: left;
	font-size: 85%;
}

/***************** End Tables *****************/

