﻿body 
{
 margin: 0px;
 padding: 0px;
 font-family: Arial;
 font-size: 13px;
 color: #000;
 text-align: center; 
 background-image: url(body_bg.gif);
}

/* Text styles starts here */

p {
 font-size: 14px;
}
.text10 {
 font-size: 10px;
}
.text11 {
 font-size: 11px;
}
.text12 {
 font-size: 12px;
}
.text12b {
 color: #666;
 font-size: 12px;
 font-weight: bold;
}
.text13 {
 font-size: 13px;
}
.text14 {
 font-size: 14px;
}
.text18 { 
 color : #929191; 
 font-size : 18px; 
}
/* Text styles ends here */


/* Navigation styles starts here */
.navNormal {
 color: #4b4b4b;
 font-size: 11px;
 text-decoration: underline;
}
.navNormal:hover {
 text-decoration: none;
}
.navLinks {
 color: #0000ff;
 text-decoration: underline;
}
.navNormal:hover {
 text-decoration: none;
}
/* Navigation styles ends here */

img {
 border: none;
}
.error { 
 font-size: 12px;
 color: #ff0000;
}

.headings {
 color: #015779;
 font-size: 19px;
}
.subHeading {
 color: #9e0b0f;
 font-size: 14px;
 font-weight: bold;
}

/* Control styles starts here */
.textBox { 
 height: 18px;
 border: solid 1px #96bcdb;
}
/* Control styles ends here */