/* Set the text to the left and verticaly algins it to the top */
.vtext {
	text-align: center;
	vertical-align: text-top;
}
/* Vertical Aligns the text to the center */
.ctext {
	vertical-align: middle;

}
/* Table Header Tag */
th {
	font-size: 1.8ex;
	font-weight: bold;
	background-color: #CCCCCC;
	text-transform: uppercase;
	text-align: left;
}
/* indents the paragraph 5 spaces */
p.indent {
	text-indent: 1.5ex !important;
}
/* sets alignment of the text to left */
.left {
text-align:left;
}
/* sets alignment of the text to right */
.right {
text-align:right;
}
/* sets alignment of the text to center */
.center {
text-align:center;
}
/* Formats the Menuheard, capatalizing each letter */
th.menuheader {
	font-style: normal;
	text-transform: capitalize;
	font-size: 1.5ex;
}
/* sets the order list type to lower-case letters */
ol.lalpha
{
	list-style-type: lower-alpha;
}
/* sets the order list type to upper-case letters */
ol.ualpha
{
	list-style-type: upper-alpha;
}
/* sets the order list type to lower-case roman numerials*/
ol.lroman
{
	list-style-type: lower-roman;
}
/* sets the order list type to upper-case roman numerials*/
ol.uroman
{
	list-style-type: upper-roman;
}
/* sets the order list type to numbered */
ol.numbered
{
	list-style-type: decimal;
}
/* superscripts the text */
.superscript {
	font-size: 1.3ex;
	line-height: normal;
	vertical-align: super;
}
/* puts the text in italics  */
.italic {
font-style:italic
}
img.sborder{
border-style: solid;
border-width:medium;
}
table.center {
margin-left:auto;
margin-right:auto;
border-collapse:collapse;
}
table.centerfac {
margin-left:7%;
margin-right:auto;
border-collapse:collapse;
}

