﻿@charset "utf-8";
body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
body,td {
	font-size:12px;
	font-family: 宋体;
}
.button {
	height:20px;
	border:solid #7D91FF 1px;
	background-color:#BFC2FF;
}
.text {
	height:13px;
	font-family: 宋体;
	font-size:12px;
	width:500px;
}
.text1 {
	height:13px;
	font-family: 宋体;
	font-size:12px;
	width:60px;
}
.text2 {
	height:13px;
	font-family: 宋体;
	font-size:12px;
	width:368px;
}
.text3 {
	height:13px;
	font-family: 宋体;
	font-size:12px;
	width:458px;
}
a:link {
	color: #6A7DFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6A7DFF;
}
a:hover {
	text-decoration: underline;
	color: #6A7DFF;
}
a:active {
	text-decoration: none;
	color: #6A7DFF;
}
.enfont {
	font-family:Arial, Helvetica, sans-serif;
}
.codediv {
	height:expression(this.scrollHeight > 150 ? "150px" : "auto" );
	max-height:150px;
	overflow-y:auto;
	border:solid 1px #ADADAD;
	padding:5px;
	background-color:#E8E8E8;
}
.quotediv {
	border:1px #525252 dotted;
	padding:10px;
}
#templatemo_container {
	margin: auto;
	width: 950px;
	background: url(../../images/mainBG.gif) repeat-y;; padding-left:10px; padding-right:10px; padding-top:0px; padding-bottom:0px
}