div			{
			border: 0px;
			border-color: Lime;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
table		{
			border: 0px;
			border-color: black;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}
td			{
			border: 0px;
			border-color: red;
			border-style: solid;
			border-collapse: collapse;
			margin: 0px;
			padding: 0px;
}

body		{
			background-color: white;
			background-image: url(../img/topbg.gif);
			background-repeat: repeat-x;
			background-position: top;
			margin: 0px;
			padding: 0px;
}
h1			{
			font-family: Arial, "Times New Roman", Times, serif;
			font-size: 1.3em;
			font-weight: bold;
			color: black;
			margin: 0px 0px 3px 0px;
			padding: 0px;
}
h2			{
			font-family: Arial, "Times New Roman", Times, serif;
			font-size: 1em;
			font-weight: bold;
			color: black;
			margin: 0px 0px 3px 0px;
			padding: 0px;
}/***********************************************************************************/

/*fullwidth*/
.fullwidth	{
			width: 100%;
}
/***********************************************************************************/

/*button*/
.top		{
			background-image: url(../img/top.gif);
			background-repeat: repeat-x;
			background-position: top;
}
.bot		{
			background-image: url(../img/bot.gif);
			background-repeat: repeat-x;
			background-position: bottom;
}
.left		{
			background-image: url(../img/left.gif);
			background-repeat: repeat-y;
			background-position: top;
}
.right		{
			background-image: url(../img/right.gif);
			background-repeat: repeat-y;
			background-position: top;
}
.but		{
			font-family: Arial, "Times New Roman", Times, serif;
			font-size: 0.7em;
			color: black;
			font-weight: bold;
			background-image: url(../img/butbg.gif);
			background-repeat: repeat;
			background-position: top;
			text-align: center;
			width: 100%;
			white-space: nowrap;
}
.but a		{
			color: black;
			text-decoration: none;
}
.but a:hover{
			color: black;
			text-decoration: underline;
}
/***********************************************************************************/

/*bot*/
.copy		{
			background-image: url(../img/botbg.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			padding: 0px 0px 10px 10px;
}
.mail		{
			background-image: url(../img/bigbotbg.gif);
			background-repeat: repeat-x;
			background-position: bottom;
			padding: 10px 0px 0px 10px;
}
/***********************************************************************************/

/*ban*/
.ban		{
			background-image: url(../img/conbg.gif);
			background-repeat: repeat-y;
			background-position: top right;
			vertical-align: top;
}
.ban div	{
			padding: 5px 0px 5px 0px;
			text-align: center;
			vertical-align: top;
}
.ban1		{
			background-image: url(../img/conbg.gif);
			background-repeat: repeat-y;
			background-position: top right;
			text-align: left;
}
.ban1 div	{
			padding: 0px 5px 0px 5px;
			text-align: left;
}
/***********************************************************************************/

/*content*/
.content	{
			font-family: Arial, "Times New Roman", Times, serif;
			font-size: 0.8em;
			color: black;
			text-align: justify;
			padding: 0px 10px 0px 10px;
			vertical-align: top;
}
.content a	{
			color: red;
			text-decoration: none;
}
.content a:hover	{
			color: red;
			text-decoration: underline;
}
/***********************************************************************************/

/*table*/
.table		{
			font-family: Arial, "Times New Roman", Times, serif;
			font-size: 0.8em;
			color: black;
			text-align: center;
			margin: 0px 10px 10px 10px;
			vertical-align: top;
			width: 97%;
}
.table a	{
			color: red;
			text-decoration: none;
}
.table a:hover	{
			color: red;
			text-decoration: underline;
}
.table td	{
			border: 1px;
			border-color: black;
			border-style: solid;
}
.table img	{
			margin: 5px;
}
/***********************************************************************************/