﻿/* CSS Engineering */

/* BODY */
body
{
	font-size: 10pt;
	color: #808080;
	font-family: Tahoma;
	background-color: white;
}

.smallText
{
	font-size: 8pt;
	color: #808080;
	font-family: Tahoma;
}

.mediumText
{
	font-size: 10pt;
	color: #808080;
	font-family: Tahoma;
}

.bigText
{
	font-size: 12pt;
	color: #808080;
	font-family: Tahoma;
}

.titleText
{
	font-size: 12pt;
	color: #000099;
	font-family: Tahoma;
	font-weight: bold;
}

.para1
{
	font-size: 10pt;
	color: #808080;
	font-family: Tahoma;
}

/* DIV */
DIV .div1
{
	left: 0px;
	width: 100%;
	position: absolute;
	top: 0px;
}

/* MENU */
.menu1
{
	font-size: 12pt;
	color: #ffffff;
	font-family: Tahoma;
	font-weight: bold;
}

.menu2
{
	font-size: 11pt;
	color: #808080;
	font-family: Tahoma;
	font-weight: bold;
}

/* HYPERLINK */
A.hlink
{
	font-size: 10pt;
	color: #ff66ff;
	font-family: Arial;
}

A.hlink:link
{
	font-size: 10pt;
	color: #3333ff;
	font-family: Arial;
}

A.hlink:visited
{
	font-size: 10pt;
	color: #666666;
	font-family: Arial;
}

A.hlink:active
{
	font-size: 10pt;
	color: #ff3366;
	font-family: Arial;
}

A.hlink:hover
{
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
}

/* HYPERLINK - MENU */
A.mhlink
{
	font-size: 10pt;
	color: #000000;
	font-family: 'Arial Rounded MT Bold';
	text-decoration: none;
}

A.mhlink:link
{
	font-size: 10pt;
	color: #000000;
	font-family: 'Arial Rounded MT Bold';
	text-decoration: none;
}

A.mhlink:visited
{
	font-size: 10pt;
	color: #000000;
	font-family: 'Arial Rounded MT Bold';
	text-decoration: none;
}

A.mhlink:active
{
	font-size: 10pt;
	color: #999999;
	font-family: 'Arial Rounded MT Bold';
	font-weight: bold;
	text-decoration: none;
}

/* OTHER */
.separator
{
	font-weight: bold;
	font-size: 10pt;
	color: #cccccc;
	font-family: Arial;
}

