/* CSS Document */
body{
	margin:0px;
	padding:0px;
	padding-top:0px;
	/*background-color:#A6A6A4;*/
	color:#474238;
	background-color:#FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
}
form{
	margin:0px;
	padding:0px;
}
td{
	color:#474238;
	font-family: Tahoma;
	font-size: 12px;
}
.head{
	color:#474238;
	font-family: Tahoma;
	font-size: 36px;
	font-weight: bolder;
}
.subhead{
	color:#DF5C84;
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bolder;
}
a:link {
	color: #DF5C84;
	text-decoration: none;
}
a:visited {
	color: #DF5C84;
	text-decoration: none;
}
a:hover {
	color: #474238;
	text-decoration: underline;
}
a:active {
	color: #DF5C84;
	text-decoration: none;
}
.menu {
	font-family: Tahoma;
	font-size: 12px;
}
.menu:link {
	font-family: Tahoma;
	font-size: 12px;
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
.menu:visited {
	font-family: Tahoma;
	font-size: 12px;
	COLOR: #FFFFFF; TEXT-DECORATION: none
}
.menu:active {
	font-family: Tahoma;
	font-size: 12px;
	COLOR: #000000;TEXT-DECORATION: none
}
.menu:hover {
	font-family: Tahoma;
	font-size: 12px;
	COLOR: #000000;  TEXT-DECORATION: none
}

.color1{
	color:#DF5C84;
}
.topic1{
	color:#FFFFFF;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
}
.btcancel{
	background-image:url(../images/bt_02.jpg);
	height:26px;
	width:52px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	cursor:pointer;
}
.btsave{
	background-image:url(../images/bt_01.jpg);
	height:26px;
	width:54px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	cursor:pointer;
}
.border{
	border: 1px solid #cccccc;
}
.border2{
	border: 1px dotted #cccccc;
}
