h1, h2, h3, h4, h5
{
	color:#333399;
	text-align:center;
	vertical-align:middle;
	/*white-space:nowrap;*/
}

.a_c { text-align:center !important; }
.a_l { text-align:left !important; }
.a_r { text-align:right !important; }

.bold { font-weight:bold; }
.italic { font-style:italic; }
.underline { text-decoration:underline; }

.nowrap { white-space:nowrap; }

.w100 { width:100px; }
.w125 { width:125px; }
.w150 { width:150px; }
.w175 { width:175px; }
.w200 { width:200px; }

/*	DEFAULT BODY PAGE	*/
.wFull {
	width:595px;
}

.err {
	color:#FF0000;
	font-style:italic;
	text-decoration:underline;
}

.red { color:#FF0000; }
.blue { color:#333399; }