// babyblue: #06B5D8, #1990A8
// fuel: #C65476, #911635
// tezro: #8970AA, #65478F, #473066, #332548


body	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
//	width: 600px;
//	margin-left: 100px;
	margin-bottom: 25px;
	}


.site {
	width: 750px;
	overflow: none;
	margin: auto;
	}

.whole {
	position: absolute;
	width: 750px;
	margin: auto;
	top: 240px;
	}

.left	{
	position: absolute;
	top: 20px;
	left: 40px;
	width: 380px;
	font-size: 10pt;
//	border: 1px solid black;
	}

.right	{
	position: absolute;;
	top: 20px;
	left: 430px;
	width: 300px;
	font-size: 10pt;
	text-align: right;
//	border: 1px solid black;
	}

.content {
//	position: absolute;
	margin-left: 40px;
	width: 670px;
	font-size: 10pt;
//	border: 1px solid black;
	}

.box	{
	height: 46px;
	border: 1px dotted #C65476;
	}

.title	{
	position: absolute;
	height: 38px;
	width: 592px;
	border: 1px dashed #C65476;
	margin: 2px;
	padding-top: 2px;
//	color: #03DC6C;
	color: grey;
	font-size: 30px;
	letter-spacing: 7pt;
	font-weight: bold;
	text-align: center;
	}

.title2	{
	position: absolute;
	height: 38px;
	width: 592px;
	margin-left: 5px;
	margin-top: 4px;
	padding-top: 3px;
//	color: grey;
	color: #03DC6C;
//	color: #36FF9F;
	font-size: 30px;
	letter-spacing: 7pt;
	font-weight: bold;
	text-align: center;
	}

.hr {
	width: 98%;
	margin-left: 1%;
	height: 0px;
	border: 1px solid red;
	background-color: red;
	}

.logo {
	text-align: center;
	width: 100%;
	}

.menu {
	width: 94%;
	margin-left: 3%;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	}


h2 {
	color: #911635;
	}

a {    
	color: #ed6600;
	}

a:link {  
	color: #ed6600;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
        }

a:visited {
	color: #ed6600;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
        }

a:hover { 
        text-decoration: underline; 
//	text-transform: uppercase;
//	letter-spacing: 2pt;
	color: #ed6600;
        }

a:active { 
	text-decoration: underline;
	color: #ed6600;
        }

