body {
	background-image:url(../images/page_bg.jpg);
	margin: 15px;
}

td {
	font-family: Arial;
	font-size : 13px;
	color: #000000;
	line-height: 1.4;
}
input {
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
}

textarea { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #8B9499;
	background-color: #FFFfff; 
}
select { 
	font-family: Arial;
	font-size : 12px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #666666;
	background-color: #FFFfff; 
}
a.menu {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.menu:link {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color : #FFFFFF;
}
a.menu:hover {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color: #742A79;
}
a.menu:active {
	font-family : Arial;
	font-size : 13px;
	font-weight:bold;
	text-decoration : none;
	color: #FFFFFF;
}

#marqueecontainer{
position: relative;
width: 270px; /*marquee width */
height: 202px; /*marquee height */
background-color: #FFFFFF;
overflow: hidden;
padding: 4px;
padding-left: 10px;
}


.title {
	font-size:20px;
}






a.blue {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color : #0033FF;
}
a.blue:link {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color : #0033FF;
}
a.blue:hover {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color: #742A79;
}
a.blue:active {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color: #0033FF;
}











a.light_blue {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color : #3E424D;
}
a.light_blue:link {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color : #3E424D;
}
a.light_blue:hover {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color: #0033FF;
}
a.light_blue:active {
	font-family : Arial;
	font-size : 13px;
	font-weight:normal;
	text-decoration : none;
	color: #3E424D;
}







a.black {
	font-family : Arial;
	font-size : 14px;
	font-weight:bold;
	text-decoration : none;
	color : #000000;
}
a.black:link {
	font-family : Arial;
	font-size : 14px;
	font-weight:bold;
	text-decoration : none;
	color : #000000;
}
a.black:hover {
	font-family : Arial;
	font-size : 14px;
	font-weight:bold;
	text-decoration : none;
	color: #3E424D;
}
a.black:active {
	font-family : Arial;
	font-size : 14px;
	font-weight:bold;
	text-decoration : none;
	color: #000000;
}

input.but{
	color:#FFFFFF;
	background-color:#878E9E;
}