﻿body,div,dl,dt,dd,
ul,ol,li,h1,h2,
h3,h4,h5,h6,pre,
form,fieldset,input,textarea,blockquote
{
	margin:0px;
	padding:0px;
}
body 
{
	margin: 0px;
	color: #252525;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

a
{
	color: #005a88;
	text-decoration: none;
}
a:hover
{
	color: #138cdd;
	text-decoration: underline;
}



A.bodyLink:link
{
	color: #8C8EAA;
	text-decoration: none;
	font-weight: bold;
}
A.bodyLink:visited
{
	color: #8C8EAA;
	text-decoration: none;
	font-weight: bold;
}
A.bodyLink:active
{
	color: #8C8EAA;
	cursor: hand;
	text-decoration: none;
	font-weight: bold;
}
A.bodyLink:hover
{
	color: #D2D5DE;
	cursor: hand;
	text-decoration: "underline";
	font-weight: bold;
}

p
{
	line-height: 1.4em;
}

.title
{
	text-transform: uppercase;
	font-family: verdana;
	font-size: large;
	font-weight: bold;
	color: #8C8EAA;
}

hr
{
	border: 0;
	border-top: 2px solid #8C8EAA;
	height: 2px;
}

img
{
	border-width: 0;
}
/*
ul
{
	list-style-image: url(Images/bullet.jpg);
	list-style-position: outside;
	list-style-type: disc;
	color: #000000;
	font-family: verdana;
}
*/
.menutextindent
{
	font-size: x-small;
}
.menutex
{
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

/* Headings                    */
/*-----------------------------*/
h1
{
	font-size: large;
	color: #A7A9BE;
}

h2
{
	font-family: Verdana;
	font-size: medium;
	margin-top: 30;
	color: #A7A9BE;
	margin-bottom: -15;
}

h3
{
	font-family: Verdana;
	font-size: small;
	margin-bottom: -15;
	color: #A7A9BE;
	padding-left: 15;
}

h1, h2, h3, h4
{
	margin: 0;
	font-family: Verdana;
}


/*Button 样式*/
.button22
{
	 font-family: Arial;
	font-size: 12px;
	background-image: url(images/btn22.gif);
	background-repeat:no-repeat;
	width: 22px;
	height: 22px;
	padding-top:3px;
	text-align:center;
	vertical-align:middle
}