body {
	margin:0;
	padding:0;
	background-color:#E7E3D7;
	background:url(../images/tall.jpg);
	background-repeat:bottom left repeat-x;
}

.border {
	border-top: #0093dd 1px solid;
	border-left: #0093dd 1px solid;
	border-right: #0093dd 1px solid;
	border-bottom: #0093dd 1px solid;
	}
	
.border2 {
	border-top: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-bottom: #CCCCCC 1px solid;
	}
.style1 {
	font-family: arial;
	font-size: 18px;
	color: #0093dd;
}

.style2 {
	font-family: arial;
	font-size: 12px;
	color: #000;
	text-align:justify;
}

.style2-bold {
	font-family: arial;
	font-size: 12px;
	color: #000;
	font-weight:bold;
}


.style3 {
	font-family: arial;
	font-size: 12px;
	color: #84C225;
	font-weight:bold;
}

.style4 {
	font-family: arial;
	font-size: 12px;
	color: #000;
}


.bold {
	font-family: arial;
	font-size: 12px;
	color: #01052A;
	font-weight:bold;
}

.style1-rupees-symbol {
	font-family: rupee Foradian;
	font-size: 14px;
	color: #0093dd;
}

.style1-bold {
	font-family: arial;
	font-size: 12px;
	color: #0093dd;
	font-weight:bold;
}
.menus {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}


.Table-BG {
	background-image:url(../images/BG_Shadow.jpg);
	background-repeat:repeat-y;
}




li {	
	list-style:url(../images/arrow_bullet.jpg);


	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
@keyframes blink {
to { color: red; }
}

.my-element a {
color:black;
animation: blink 1s steps(2, start) infinite;
font-size:12px;
}








