body P {
	font-family: Arial, Helvetica, sans-serif;
	/* font-size : 14px; */
}

td {
	font-family: Arial,Helvetica,sans-serif;
	/* font-size : 14px; */

}

th {
	font-family: Arial,Helvetica,sans-serif;
		/* font-size : 14px; */


}
h1 {
	color:#C03;
	font-weight:bold;
	white-space:nowrap;
	font-size:48px;
	margin-bottom:0px;
	padding-bottom: 0px;
	line-height:normal;
}

h2,h3,h4 {
	color:#808080;
	font-weight:bold;
	white-space:nowrap;
	font-style:italic;
}

select {
	font-family: Arial,Helvetica,sans-serif;
		font-size : 11px;

}

.b {
	font-weight:bold;
}

.i {
	font-style:italic;
}

.gray {
	color: #808080;
}

.large {
	font-size:18px;
}

.red  {
	color:#C03;
}

.red-medium  {
	color:#A03;
}

form {margin-top: 0px; margin-bottom: 0px;} 

A.graylink:link {
	color: #999999;
	text-decoration: none;
}

A.graylink:visited {
	color: #999999;
	text-decoration: none;
}

A.graylink:active {
	color: #990000;
	text-decoration: none;
}

A.graylink:hover {
	color: #990000;
	text-decoration: underline;
}

A:link {
	color: #000066;
	text-decoration: underline;
}

A:visited {
	color: #000066;
	text-decoration: underline;
}

A:active {
	color: #CC0000;
	text-decoration: underline;
}

A:hover {
	color: #CC0000;
	text-decoration: underline;
}

A.lavenderlink:link {
	color: #E3B9FF;
	text-decoration: none;
}

A.lavenderlink:visited {
	color: #E3B9FF;
	text-decoration: none;
}

A.lavenderlink:active {
	color: Aqua;
	text-decoration: none;
}

A.lavenderlink:hover {
	color: Aqua;
	text-decoration: none;
}

A.plainlink:link {
	color: #A03;
	text-decoration: none;
}

A.plainlink:visited {
	color: #A03;
	text-decoration: none;
}

A.plainlink:active {
	color: #FF0000;
	text-decoration: none;
}

A.plainlink:hover {
	color: #FF0000;
	text-decoration: none;
}

.tiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
}
.smallgray {
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #999999;
}

.small {
	font-family: Arial,Helvetica,sans-serif;
		font-size : 11px;
}


.nowrap {
	white-space:nowrap;
}

.boxbutton {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 0px;
	border: 1px solid;
	border-color:#CCCCCC #666666 #666666 #CCCCCC;
	background-image:url(/images/cell-purple.gif)
}

.pointer {
	cursor:pointer;
}

