body { 
	margin : 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color:#972220;
	background-color:transparent;
	text-decoration: none;
}
a:visited {
	color:#972220;
	background-color:transparent;
	text-decoration: none;
}
a:hover {
	color:#434242;
	background-color:transparent;
	text-decoration: none;
}

.graylink:link {
	color:#7b7b7b;
	background-color:transparent;
	text-decoration: none;
}
.graylink:visited {
	color:#7b7b7b;
	background-color:transparent;
	text-decoration: none;
}
.graylink:hover {
	color:#e5644c;
	background-color:transparent;
	text-decoration: none;
}
.whitelink:link {
	color:#ffffff;
	background-color:transparent;
	text-decoration: none;
}
.whitelink:visited {
	color:#ffffff;
	background-color:transparent;
	text-decoration: none;
}
.whitelink:hover {
	color:#7b7b7b;
	background-color:transparent;
	text-decoration: none;
}
.orangelink:link {
	color:#e5644c;
	background-color:transparent;
	text-decoration: none;
}
.orangelink:visited {
	color:#e5644c;
	background-color:transparent;
	text-decoration: none;
}
.orangelink:hover {
	color:#7b7b7b;
	background-color:transparent;
	text-decoration: none;
}

.normaltxt{
	font-size: 12px;
	line-height: 20pt;
	color:#616161;
}
.mediumtxt{
	font-size: 12px;
	line-height: 13pt;
	color:#e5644c;
}
.yellowtxt{
	font-size: 12px;
	line-height: 18pt;
	color:#f4ae00;
}
.smalltxt {
	font-size: 10px;
}
.footertxt{
	font-size: 11px; 
	line-height: 15pt;
	color: #777777; 
}
.menutxt{
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
}


.fp_pic_bg1 { 
	background-image:url(../images/fp_pic_1.jpg);
}
.fp_pic_bg2 { 
	background-image:url(../images/fp_pic_2.jpg);
}
.fp_pic_bg3 { 
	background-image:url(../images/fp_pic_3.jpg);
}


.txtBox {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color :#7a7a7a;
	border :1px #abaaaa solid;
}
.combobox {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color :#7a7a7a;
	border :1px #abaaaa solid;
	width:170px;
	height:20px;
}
.pbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color :#ffffff;
	background:#666666;
	height: 20px;
}