/** @author: deepak richard @updated: 03-18-2005 
	@description: styling scheme */

body {
	margin		:	0 0 0 0;
	background-image:	url(../images/tile.gif);
	background-repeat: repeat;
	text-align	:	center;
}

div {
	font-size	:	12px;
	font-family	:	verdana;
	font-weight	:	normal;
	text-align	:	left;
	color		:	#000000;
}

form {
	margin		:	0px;
}

.logolink {
	border		:	0;
}

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

.subtitle {
	font-size	:	14px;
	font-weight	:	bold;
	color		:	#4A637B;
}
	
.preqlabel {
	font-weight	:	bold;
	line-height	:	1.3;
}

.boldlabel {
	font-weight	:	bold;
}

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

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

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

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

.links {
	color		:	#4A637B;
	font-family	:	arial;
	font-size	:	12px;
	font-weight	:	bold;
	line-height	:	1.6;
	text-decoration:	underline;
}

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

.foot-rightlink {
	font-size	:	10px;
	color		:	#ffffff;
	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-size	:	10px;
	color		:	#ffffff;
	text-align	:	right;
}

.thide {
	display		:	none;
}

.tshow {
	display		:	block;
	text-align	:	center;
	font-weight	:	bold;
	font-size	:	14px;
}

.separator {
	color: white;
}











