/* CSS definition file containing site wide stylesheets */

.bottomtext {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 12px;
 	color: rgb(255,102,51);
 	line-height: 14px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center
}

.pagetext {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 20px;
 	color: rgb(0,153,255);
 	line-height: 25px;
 	font-weight: normal;
 	font-style: normal
}

.listtext {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 20px;
 	color: rgb(0,153,255);
 	line-height: 25px;
 	font-weight: normal;
 	font-style: normal;
 	list-style-type: disc;
 	list-style-image: url( "../assets/images/aball.gif" )
}

.titletext {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 24px;
 	color: rgb(0,0,255);
 	text-align: center
}

.pagetext2 {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 16px;
 	color: rgb(0,204,255);
 	line-height: 18px;
 	font-weight: normal;
 	font-style: normal;
 	text-align: center
}