﻿body 
{
	font-family: 'Arial Unicode MS' , Tahoma;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	color: #606060;
}

		
p {
	text-align: justify;
}

a
{
	text-decoration: none;
	color: #FF9900;
}

a:hover {
	text-decoration: underline;
	color: #606060; 
}


div {
	
}

table {
	empty-cells: show;
	border-spacing: 0px;
	border-collapse: collapse;
}

tr {
}

td {
	padding: 0px;
	vertical-align: top;
}

img
{
	border-width: 0px;
}

input {
	font-family: 'Arial Unicode MS' , Tahoma;
	font-size: 13px;
	border: #606060 1px solid;
}

textarea {
	font-family: 'Arial Unicode MS' , Tahoma;
	font-size: 13px;
	border: #606060 1px solid;
}

select {
	font-family: 'Arial Unicode MS' , Tahoma;
	font-size: 13px;
	color: #606060;
	background-color: Wheat;
	border: #606060 1px solid;
}


.PageTitle {
	font-family: 'Arial Unicode MS' , Tahoma;
	font-size: 18px;
	color: #7B5319;
	font-weight: bold;
}

.DarkColor {
	color: #7B5319;
}

.SemiA {
	text-decoration: none;
	color: #CC9900;
	cursor: pointer;
}

.SemiA:hover {
	text-decoration: underline;
	color: #606060;
	cursor: pointer;
}

.HighlightBox {
	color: #606060;
	background-color: Wheat;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;
}