﻿body {
 margin: 0 auto;
 padding: 0px;
 font-family: Arial;
 font-size: 12px;
 color: #575757;
 text-align: center;
 background-color: #f2f2f2;
}

/* Font styles starts here */
.welcomeText {
 line-height: 150%;
}
.title {
 font-size: 19px;
}
.subTitle {
 font-size: 15px;
}
.titleBig {
 font-size: 22px;
}
.text10 {
 font-size: 10px;
}
.text11 {
 font-size: 11px;
}
.text12 {
 font-size: 12px;
}
.text13 {
 font-size: 13px;
 font-family: Arial;
}
.text16 {
 font-size: 16px;
 text-align:left;
 font-family: Arial;
}
/* Font styles ends here */

/* Navigation styles starts here */
.navNormal {
 font-size: 11px;
 color: #575757;
 text-decoration: underline;
}
.navNormal:hover {
 font-size: 11px;
 color: #575757;
 text-decoration: none;
}
.navSideMenu {
 font-family: Tahoma;
 font-size: 12px;
 color: #575757;
 text-decoration: none;
}
.navSideMenu:hover {
 text-decoration: underline;
}
.navDownload {
 font-size: 14px;
 font-weight: bold;
 color: #0000ff;
 text-decoration: underline;
}
.navDownload:hover {
 font-size: 14px;
 color: #575757;
 text-decoration: none;
}

.welcome {
 font-size: 20px;
 color: #ca0a0a;
 text-align: left;
}
.ptext {
 font-family: Tahoma;
 font-size: 13px;
 color: #6b6c6c;
 text-align: left;
}
.link {
 font-family: Tahoma;
 font-size: 15px;
 color: #4b4a4a;
 text-decoration: none;
}
.link:hover {
font-family: Tahoma;
 font-size: 15px;
 color: #d10909;
 text-decoration: none;
}
.welcomeb {
 font-family: Tahoma;
 font-size: 18px;
 color: #ca0a0a;
 text-align: left;
}
.headerText {
 font-size: 14px;
 text-align: left;
 font-weight: bold;
}
/* Navigation styles ends here */

.formError { 
 margin-top: 2px;
 padding-left: 250px;
 width: 420px;
 font-size: 11px; 
 color: #ff0000;
}
