body
{
	font-family: "Times New Roman";
	margin: 0;
	padding: 0;
	color: #555555;
	font-size: 0.875em; /* 16x0.875=14px */
	word-wrap: break-word;
	background-color: #ffffff;
	line-height: 160%;
	


/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    line-height: 150%;*/
}


.bigHead
{
	font-family: Arial black, Helvetica;
	padding: 0;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
	}

.title
{
	font-family: "Times New Roman";
	padding: 0;
	margin: 0;
	color: #444444;
	font-size: 30px;
	font-weight: bold;
	}

.Red
{
	color:Red;
	font-weight: bold;
}


.Red_Underline
{
	font-size: 14px;
	color:Red;
	font-weight: bold;
	text-decoration: underline;
}

.Blue_Underline
{
	font-size: 14px;
	color:Blue;
	font-weight: bold;
	text-decoration: underline;
}

.white
{
	font-size: 12px;
	color:#ffff00;
	font-weight: bold;
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.bold_big {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
}

.Orange {
	font-size: 14px;
	color:#ff6600;
	font-weight: bold;
}

.blue {
	/*color: #46b9d5;*/
	/*color: #7a8c02;*/
	font-size: 14px;
	color:Blue;
	font-weight: bold;
	text-decoration: underline;
}

.blue_big {
	/*color: #46b9d5;*/
	/*color: #7a8c02;*/
	font-size: 20px;
	color:Blue;
	font-weight: bold;
	text-decoration: underline;
	line-height: 200%;
}

.blue:hover {
	font-size: 14px;
	color:Blue;
	font-weight: bold;
	border-bottom-width: 1px;
	text-decoration: underline;
}
.blue:visited {
	font-size: 14px;
	color:Blue;
	font-weight: bold;
	border-bottom-width: 1px;
	text-decoration: underline;
}

.blue:visited:hover {
	font-size: 14px;
	color:Blue;
	font-weight: bold;
	border-bottom-width: 1px;
	text-decoration: underline;
}

.red01 {
	/*color: #46b9d5;*/
	/*color: #7a8c02;*/
	font-size: 14px;
	color:red;
	font-weight: bold;
	text-decoration: underline;
}

.red01:hover {
	font-size: 14px;
	color:red;
	font-weight: bold;
	border-bottom-width: 1px;
	text-decoration: underline;
}
.red01:visited {
	font-size: 14px;
	color:red;
	font-weight: bold;
	border-bottom-width: 1px;
}

.red01:visited:hover {
	font-size: 14px;
	color:red;
	font-weight: bold;
	border-bottom-width: 1px;
	text-decoration: underline;
}

a {
	/*color: #46b9d5;*/
	/*color: #7a8c02;*/
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}


a:visited {
	color: #ff6600;
}

a:visited:hover {
	color: #ff6600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
