/* none */
.none {font-size:1px}

/* default text */
.default_text {color: #000000; font-size:100%; font-style:normal; font-weight:normal; font-family:Verdana, Helvetica;}

/* default hyperlink */
a:link.default_hyperlink {color: #227AD3; text-decoration: underline; font-style:normal; font-weight:normal; font-family: Verdana, Helvetica}
a:visited.default_hyperlink {color: #227AD3; text-decoration: underline; font-style:normal; font-weight:normal; font-family: Verdana, Helvetica}
a:hover.default_hyperlink {color: #227AD3; text-decoration: underline; font-style:normal; font-weight:normal; font-family: Verdana, Helvetica}

/* error text */
.error_text {color: #FF0000; font-size:14px; font-style:normal; font-family:Verdana,Helvetica;}

/* text box */
.textbox {background-color:#FFFFFF; border-bottom:#C2C2C2 1px solid; border-left:#C2C2C2 1px solid; border-right:#C2C2C2 1px solid; border-top:#C2C2C2 1px solid; color:#000000; font-family:Verdana; font-size:16px}

/* button */
.button {background-color:#F2F2F2; border-bottom:#C2C2C2 1px solid; border-left:#C2C2C2 1px solid; border-right:#C2C2C2 1px solid; border-top:#C2C2C2 1px solid; color:#000000; font-family:Verdana; font-size:16px;}

/* required text */
.required_text {color: #FF0000; font-style:normal; font-family:Verdana,Helvetica;}


