a:active {
	text-decoration:none;
color="red"
}
a:hover {
	text-decoration:underline
}
a:visited {
	text-decoration:none;
color="blue"
}
body {
	margin:0px;
	background-image: url('images/main-bg.jpg');
}
.matter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
}
.matter2 {
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #12408A;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #12408A;
	font-weight: bold;
	font-variant: normal;
	font-style: normal;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
	text-decoration: none;
}
.dotted-table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #FFFFFF;
	border: 1px dashed #CCCCCC;
}
.heading-big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #12408A;
}
.bullets {
	clip:  rect(auto 100px auto auto);
}
.yellow-bg {
	background-color: #FFFF00;
}
.border {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
}
.text-box {
	font-family: arial;
	font-size: 11px;
	background-color: #FFFFFF;
	height: 18px;
	border: 1px solid #CCCCCC;
}
.text-area {
	font-family: arial;
	font-size: 11px;
	background-color: #FFFFFF;
	height: auto;
	border: 1px solid #CCCCCC;
}
.button1 {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	height: 25px;
}
.template-name {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #8C8C8C;
	font-weight: bold;
	text-decoration: none;
}
.dotted-table-bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #575757;
	background-color: #E9E9E9;
	border: 1px dashed #CCCCCC;
}
.white-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: inside;
	list-style-type: disc;
}
.white-text-line-space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 22px;
}
.link-color {
	font-family: arial;
	font-size: 12px;
	color: #990000;
	text-decoration: none;
}

div#pop_up {
	position:fixed;
	margin: 300px auto;
}

td.corner {
	background-image:url(../images/corners.png);
}
td.tb {
	background-image:url(../images/topbot.png);
}
td.lr {
	background-image:url(../images/leftright.png);
}
td.l {
	width:28px;
}
td.r {
	width:36px;
}
td.t {
	height:29px;
}
td.b {
	height:41px;
}




