.center { text-align: center;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.highlight { background-color: #FFFF8C; }
.underline { text-decoration: underline; }
.bottomLine { border-bottom: 1px solid; }
.strikethrough {text-decoration: line-through;}
.border { border: 1px solid #777; padding: 3px 10px; }
.red { color: #E13E00; }
.blue { color: Blue; }
.navy { color: Navy; }
.green { color: Green; }
.orange { color: #EA9900; }
.yellow { color: #FEFF02; }
.grey { color: #777; }
.black {	color: #000; }
.white { color: #FFF; }
.size1 {	font-size: 25px; }
.size2 {	font-size: 22px; }
.size3 {	font-size: 20px; }
.size4 {	font-size: 18px; }
.size5 {	font-size: 11px; }
.top0 { margin-top: 0; }
.top1 { margin-top: 1.5em; }
.top2 { margin-top: 1em; }
.bottom0 { margin-bottom: 0; }
.bottom1 { margin-bottom: 1.5em; }
.bottom2 { margin-bottom: 1em; }
.fontVer { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.fontAri { font-family: Arial, Helvetica, sans-serif; }
.fontTim { font-family: Georgia, "Times New Roman", Times, serif; }
.fontTre { font-family: "Trebuchet MS", "Times New Roman", Times, serif; }
.fontCou { font-family: "Courier New", Courier, monospace; }
.alignCenter { text-align: center; }
.alignRight { text-align: right; }
.wide { letter-spacing: 2px; }
a, a:visited { color: blue; text-decoration: none; }
a:hover { color: Red; }
ul.noList {	list-style: none; }
