body { 
	background-color:#000;
	margin: 0px;
}
td { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}



/*navigation elements starts*/
A:link {
	color: #003366; 
	text-decoration: none;
}
A:visited {
	color: #003366; 
	text-decoration: none;
}
A:active {
	color: #003366; 
	text-decoration: none;
}
A:hover {
	color: #003366; 
	text-decoration: underline;
}
A {
	color: #003366; 
	text-decoration: underline;
}
/*navigation elements ends*/



/* Headers Starts */
h1 {
	font-size: 14px;
	font-weight:bold;
}
h2 {
	font-size: 12px;
	font-weight:bold;
}
/* Headers Ends */



/*body styles starts*/
.leftBORDER {
	background-image: url(../images/border_left.jpg);
	background-repeat: repeat-y;
}
.rightBORDER {
	background-image: url(../images/border_right.jpg);
	background-repeat: repeat-y;
}
.whiteBG {
	background-color: #FFFFFF;
}
.homeLIGHTGREYbox {
	font-size: 12px;
	color: #000000;
	background-color: #F7F7F7;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.homeGREYbox {
	font-size: 12px;
	color: #000000;
	background-color: #EFEFEF;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
/*body styles ends*/



/*forms start*/
input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

input.radio {
	background-color: #EFEFEF;
}
/*forms end*/


.manditory {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}

/* MShopLite */

hr {
	color: #003366;
	background-color: #003366;
}

.rowColour {
	border-bottom: 1px dotted #003366;
}

.heading1 {
	font-size: 14px;
	font-weight:bold;
}

.heading2 {
	font-size: 12px;
	font-weight:bold;
}

button {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #2C547C;
	border: 1px solid #000000;
	padding: 0 5px;
	margin: 0;
	cursor: hand;
}
