/* Standard */
body
{
	margin: 0px;
	background: white;
	width: 100%;
	height: 100%;
	Font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;
	text-decoration: none;	
	font-size: 12pt;
}

a
{
	color: #005daa;
	font-size: 10pt;
	margin:5px;
	margin-left: 5px;
	text-decoration: none;
}

a:link {color: #005daa; text-decoration: none;}
a:visited {color: #005daa; text-decoration: none;}
a:hover {color: black ; text-decoration: none;}
a:active {color: black; text-decoration: none;}

/*Menu structure*/
a.menu
{
	color: black;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

a.menu:link {color: black; text-decoration: none;}
a.menu:visited {color: black; text-decoration: none;}
a.menu:hover {color: black; text-decoration: none;}
a.menu:active {color: black; text-decoration: none;}

li.menu
{
	margin-left: -30px;
	list-style: none;
	text-align:left;
}

.subMenu
{
	font-size: 10pt;
	text-align:left;
	margin:0px;
	margin-left: 20px;
}

/*Site style*/

/* main site color: #f1efe6 */
/* blue top: #005daa */
/* gray middle : #d5d5cf */
/* gray element1 middle : #c0c0bc */
/* gray element2 middle : #adaeac */
/* separator : #3f3f40 */

a.contact
{
	color: black;
	font-size: 8pt;
	margin:5px;
	margin-left: 5px;
	text-decoration: none;
}

a.contact:link {color: black; text-decoration: none;}
a.contact:visited {color: black; text-decoration: none;}
a.contact:hover {color: black ; text-decoration: none;}
a.contact:active {color: black; text-decoration: none;}

.txtHeader
{
	font-size: 18pt;
	font-weight: bold;
	text-align:left;
	margin:5px;
	margin-top:20px;
}

.txt
{
	font-size: 10pt;
	text-align:left;
	margin:0px;
	margin-left: 0px;
}

.headerMiddle
{
	font-size: 18pt;
	font-weight: bold;
	text-align:center;
	margin:5px;
}

.grayMiddle
{
	font-size: 8pt;
	text-align:center;
	font-weight: bold;
	margin:5px;
}

.adddress
{
	font-size: 8pt;
	text-align:center;
	margin:10px;
}


/* --------------------- */


div.text
{
	height:400px;
	width: 605px;
	margin-top: 50px;
	background: #CECCCC;
	text-align: justify;
	
	color: black;
	font-family: verdana;
	font-size: 16px;
	
	
	overflow: auto;
	scrollbar-face-color: silver;
	scrollbar-highlight-color: silver;
	scrollbar-3dlight-color: silver;
	scrollbar-darkshadow-color: silver;
	scrollbar-shadow-color: silver;
	scrollbar-arrow-color: black;
	scrollbar-track-color: silver;
}


