/* CSS Document */
/* Global Styles */
body {
	font-size:100%;
	margin: 0;
	background-color: #DDDDDD;
	background-image: url(image/stripe.gif);
	background-repeat: repeat;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol{
	margin-top:0;
	margin-bottom:0;
	line-height: 130%;
	text-align:center;
	}

h1{	
	font-size:18px;
	line-height:60px;
	font-weight:bold;
	color:#000066;
	}
	
h2{
	font-size:large;
	line-height:150%;
	font-weight:bolder;
	color:#000066;
	}
	
h3{
	font-size:nomal;
	line-height:140%;
	font-weight:bolder;
	color:#0099CC;
	}

a {
	color: #3333FF;
	text-decoration:underline;
	line-height:140%;
	}
	
a:visited{
	color:#9933FF;
	line-height:140%;
	}
	
a:hover {
	color: #6699FF;
	
	}
	

/* ID Styles */

#back{
	background:url(image/header.gif) no-repeat;
	width:800px;
	background-color:#FFFFFF;
	}	
	
#navigation table {
	text-align: center;
	margin-bottom: 10px;
	}

#navigation a,p {
	color: #0066CC;
	text-decoration: none;
	line-height:35px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	}
	
#navigation a:hover {
	background:url(image/menu03.gif) no-repeat;
	color:#0066CC;
	}
	
#contents {
	text-align:center;
	margin-left: 20px;
	margin-right: 20px;
	}
	
#contents p,ul {
	text-align: left;
	font-size:100%;
	color:#000000;
	line-height: 130%;
	font-weight:normal;
	}
	
#title {
	width:770px;
	margin-bottom: 18px;
	}

#footer {
	font-size:small;
	color:#0066FF;
	font-weight:normal;
	text-align: center;
	width: 800px;
	margin-top: 10px;
	}
	
#link {
	text-align: left;
	border-style:solid;
	}

/* Class Styles */

.style1 {
	font-size: small;
	line-height: 150%;
	}
