/* CSS Document */

body{
	font-family: "Times New Roman";
	font-size: 13px;
	line-height:150%;
	color:#777388;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
table{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:150%;
	border:0;
	margin:0;
	padding:0;
	margin: 0px auto;

}



form { margin-bottom: 0px;}

p{
    margin-top:4px;
	margin-bottom:4px;
	margin-left:2px;
	margin-right:2px;
	
}

.login
{
	color: white;
	font-size:12px;
	font-weight:bold;
	background-color: #6976A0;
}

.bbs
{
	color: #666666;
	font-size: 12px;
	font-weight:bold;
}

.bigger
{
	font-size: 13px;
	font-weight:bold;
}


.center
{
	color: black;
	font-size: 14px; 
	text-align : center; 
}


H1,H2,H3,H4,H5,H6{font-family:"؟،جم_GB2312"}

a:link { color: #88557C; text-decoration: none}
a:visited { color: #454545; text-decoration: none}
a:hover { color: #0A48DA; text-decoration: underline}
a:active { color: #800080; text-decoration: underline}

a.grey:link { color: #687397; text-decoration: underline}
a.grey:visited { color: #6A85C1; text-decoration: underline}
a.grey:hover { color: #003300; text-decoration: none}
a.grey:active { color: #FF0000; text-decoration: underline}

a.white:link { color: #FFFFF7; text-decoration: underline}
a.white:visited { color: #EAFDFD; text-decoration: underline}
a.white:hover { color: #F9E8F9; text-decoration: none}
a.white:active { color: #F9E8F9; text-decoration: none}



table.mytable {border: none; border: 1px solid #789DB3;}
table.mytable td { font-family: Arial, Helvetica, sans-serif;font-size: 13px; border: none; background-color: #F7FAFF; 
padding: 2px;  }
table.mytable tr.special td {
	border-bottom: 2px solid #E7EAFC;
	background-color:#FDFFFD;
}
table.mytable tr.special2 td {
	border-bottom: 1px dotted #E7EAFC;
	background-color:#9999CC;
	color: #FFFFFF;
	font-size: 13px;
	font-weight:bold;
}

table.mytable2 { width: 100%; padding: 2px; border: none; border: 1px dashed #B3788D;}
table.mytable2 td { font-family: "Times New Roman";font-size: 13px; border: none; background-color: #FFFFFF;
padding: 2px;  }
table.mytable2 tr.special td { font-size: 14px; BORDER-bottom: rgb(200,100,100) 1px groove; background-color:#FFFFE3; }

table.mytable2 tr.special2 td {
 	border-bottom: 1px dotted #E7EAFC;
	background-color:#E8E6FB;
	color: #868699;
	font-size: 13px;
	font-weight:bold; }

table.boards { border: none;}
table.boards td {
	font-size: 12px;
	font-weight:bold;
	border: none;
	background-color: #9999CC;
	padding: 1px;
	vertical-align: middle;
	text-align: center;
	
}


table.sample {
	border-width: 2px;

	border-style: dotted;
	border-color: blue;

}

table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	background-color: #FFFFFD;
	 font-size: 13px;
}