a
	{
	text-decoration: none;
	color : #69ACFF;
	}
	
a:hover
	{
	text-decoration: none;
	color : #0173FF;
	}

.heading
	{
	font-family : verdana;
	font-size : 14px;
	font-weight : bold;
	color : #666666;
	}

.subHeading
	{
	font-family : verdana;
	font-size : 10px;
	font-weight : bold;
	color : #FE8083;
	}

.normal
	{
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	}
	
.small
	{
	font-family : verdana;
	font-size : 9px;
	font-weight : normal;
	color : #666666;
	}

.error
	{
	font-family : verdana;
	font-size : 9px;
	font-weight : normal;
	color : #FF0000;
	}
	
.border
	{
	border-style : solid;
	border-width : 1px;
	border-color : #ececec;
	}

.formObj
	{
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
	color : #000000;
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
	}
.cb
	{
	width : 12px;
	height : 12px;
	}
	
.btn
	{
	font-family : verdana;
	font-size : 10px;
	font-weight : normal;
	color : #666666;
	border-style : solid;
	border-width : 1px;
	border-color : #999999;
	background-color : #ececec;
	}

.lightGreyBG
	{
	background-color : #ececec;
	}