/*border of the main table*/
.brdr
{
border:1px solid #0000FF
}

/* form heading at the top */
.topheading
{
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:13px;
font-weight:bold
}

/* Form titles */
.titles
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

/* Form titles */
.leftlink
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

/* Form error messages */
.errmsg
{
font-family:Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
color:#990000;
font-weight:bold
}

/* Superscript */
sup
{
color:red;
}

/* style for text boxes and form elements  */

.fldsn{
font-family: Verdana, arial; font-size: 8pt; color: #000E15; font-weight: normal;  border: 1px solid #333333;
}





