
/* to take away underline links */
a {text-decoration: none; }

/*homepage formating*/
.textwrapA {Left: 10px; Position: relative; Top: 10px; width: 280px; }
.textwrapB {Left: -60px; Position: relative; Top: 0px; width: 480px; }

/*product main formating*/
.textwrapC {Left: 30px; Position: relative; Top: 40px; width: 450px; }
.textwrapD {Left: 15px; Position: relative; Top: 10px; width: 200px; }

/*aboutus format*/
.textwrapE {Left: 20px; Position: relative; Top: 20px; width: 700px; }

.centertext {text-align: justify; width: 270px; font-family: Arial; font-size: 9pt; color: black; }

/*dotted table formating on product page*/

/* table for class order system */
.dotted-line  { border-right: 1px dashed black; }

/* support form formatting */
.formwrap  {Left: 15px; Position: relative; Top: 10px; width: 400px; }

.table1tdr {
    border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #146277;
	-moz-border-radius: ;
}

.table2tdr {
    border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: white;
	background-color: #146277;
	-moz-border-radius: ;
}

.texttype1 {font-family: Arial; font-size: 10pt; color: black; }
.texttype2 {font-family: Arial; font-size: 8pt; color: blue; }
.texttype3 {font-family: Arial; font-size: 12pt; font-weight: bold; color: black; }
.texttype4 {font-family: Arial; font-size: 14pt; font-weight: bold; color: black; }
.texttype5 {font-family: Arial; font-size: 14pt; font-weight: bold; color: red; }