@charset "utf-8";
/* CSS Document */
* {
	margin : 0 0 0 0; 
	padding : 0 0 0 0; 
} 

img {
	border:none;
}

body {
	background-image:url(../images/1stripe.jpg);
	background-repeat:repeat;
	background-color:#21741A;
	color:#000000;
	text-align : left;
	margin-top: 1%;
	font : normal 0.75em/1.5em Geneva, Tahoma, Verdana, Arial, Georgia, sans-serif;
	overflow:auto;
}

a {
	color:#ffffff;
}
a:visited {
	color:#aaaaaa;
}

.hide {
	position : absolute; 
	left : -999em; 
	display:none;
}

.page_inside, #page_inside {
	background-color: #ffffff;
	/*border:5px solid #75B63C;*/
	border:5px solid #003300;
	width: 778px;
	margin:0px auto 0px auto;
	clear: both;
}

.page_inside a, #page_inside a {
	color:#0000ee;
	/*color:#cccc99;*/
}

.page_inside a:visited, #page_inside a:visited {
	color:#551a8b;
}

p {
	margin-bottom : 1.0em; 
}


h2 {
	font-size:2.4em;
	line-height:1.4em;
}
h3 {
	font-size:1.6em;
	line-height: 1.2em;
	color: #003300;
}