/** @author: Priya Gajare
	@updated: March 2007
	@description: styling scheme */

body {
    margin		:	0 0 0 0;
    background-color:	#FFFFFF;
    text-align	:	left;
}

div {
    font-size	:	11px;
    font-family	:	Verdana;
    font-weight	:	normal;
    text-align	:	left;
    color		:	#333333;
}

form {
    margin		:	0px;
}

.logolink {
    border		:	0;
}

.error-msg {
    font-size	:	10px;
    text-align	:	right;
    color		:	#990000;
}

.subtitle {
    font-size	:	14px;
    font-weight	:	bolder;
    color		:	#09739B;
}

.preqlabel {
    font-size	:	12px;
    font-weight	:	bold;
    color		:	#FFFFFF;
}

.boldlabel {
    font-weight	:	bold;
}

.formfield {
    float		:	left;
    font-family	:	Verdana;
    font-size	:	12px;
    font-weight	:	bold;
    color		:	#FFFFFF;
}

.radio {
    float		:	left;
    font-family	:	arial;
    font-size	:	12px;
    color		:	#003059;
}

.select {
    color		:	#FFFFFF;
}

.mainlink {
    font-weight	:	bold;
    line-height	:	1.5;
    text-decoration:	underline;
}

.linkstitle {
    font-weight	:	bold;
    line-height	:	1.5;
    text-decoration:	none;
}

.links {
    font-family	:	Verdana;
    font-size	:	11px;
    text-decoration:	underline;
}

.foot-leftlink {
    font-family	:	Verdana;
    font-size	:	10px;
    color		:	#333333;
    text-decoration:	underline;
    text-align	:	left;
}

.foot-rightlink {
    font-family	:	Verdana;
    font-size	:	10px;
    color		:	#333333;
    text-decoration:	underline;
    text-align	:	right;
}

.footnote {
    font-size	:	10px;
}

.popclose {
    font-family	:	verdana;
    font-size	:	12px;
    text-decoration:	underline;
    color		:	#ffffff;
}

.poptitle {
    font-family	:	times;
    font-size	:	24px;
    font-weight	:	normal;
    color		:	#ffffff;
}

.copyright {
    font-family	:	Verdana;
    font-size	:	10px;
    color		:	#333333;
    text-align	:	right;
}

.thide {
    display		:	none;
}

.tshow {
    color		:	#FFFFFF;
    display		:	block;
    text-align	:	center;
    font-weight	:	bold;
    font-size	:	12px;
}

.prequal_text1{ float:left;text-align: left;font-family: Verdana;font-size:12px; font-weight: bold;color:#FFFFFF; line-height: 110%;}
