.list {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #999999;
}

.style2 {
	font-size: 15px;
	font-weight: bold;
	}

.style3 {
	color: #FF0000;
	}

.style5 {
	font-size: 16px;
	font-weight: bold;
	}

.style6 {
	font-size: 15px;
	}

.style7 {
	font-size: 12px;
	}

.style8 {
	font-size: 13px;
	}

.style10 {
	background-color: #FF0000;
	}

.style11 {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.style12 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.style13 {
	font-size: 11px,
	}

.red	{
	color: red;
	}

.redUnder	{
	color: red;
	font-weight: bold;
	text-transform: underline;
	}

.redRight	{
	color: red;
	text-align: right;
	}

.redLeft	{
	color: red;
	text-align: left;
	}

.redCenter	{
	color: red;
	text-align: center;
	}

.redName	{
	color: #f00;
	font-weight: bold;
	}

.redBackground	{
	background-color: #c6c6c6;
	padding-left: .15em;
	border: 1px outset;
	}

	/* **** GREEN COLOR **** */

.greenName	{
	color: #green;
	font-weight: bold;
	}

.green	{
	color: #0f0;
	}

.greenRight	{
	color: #green;
	text-align: right;
	}

.greenLeft	{
	color: #0f0;
	text-align: left;
	}

.greenCenter{
	color: #0f0;
	text-align: center;
	}

.greenEm1	{
	color: #48BE48;
	font-size: 1.5em;
	}

.greenUnder	{
	color: #0f0;
	font-weight: bold;
	text-transform: underline;
	}

	/* **** BLUE COLOR **** */

.blue	{
	color: blue;
	}

.blueName	{
	color: #00f;
	font-weight: bold;
	}

.blueRight	{
	color: #00f;
	text-align: right;
	}

.blueLeft	{
	color: #00f;
	text-align: left;
	}

.blueCenter	{
	color: #00f;
	text-align: center;
	}

.blueUnder	{
	color: #00F;
	font-weight: bold;
	text-transform: underline;
	}

	/* **** YELLOW COLOR **** */

.yellow	{
	color: #ffff00;
	}

.yellowCenter	{
	color: #ffff00;
	text-align: center;
	}

.yellowLeft	{
	color: #ffff00;
	text-align: left;
	}

.yellowRight	{
	color: #ffff00;
	text-align: right;
	}

.yellowEm1	{
	color: #FFFF00;
	font-size: 1.5em;
	}
