	/* Global Style */
	body {
		font: 1em lucida grande, lucida sans, tahoma, arial;
		color: #333333;
		margin: 0px 0px 0px 0px;
		background: #FFFFFF url top left repeat-x;
	}
	
	p {
		font-size: 1em;
		line-height: 1.5;
		margin:0.3em 0em 1.2em 0em;
		color:#333;
	}
	
	img {
	 border-width: 0;
	}


	ul 
	{
		padding: 0em 0em 1em 0em;
		margin: -0.5em 0em 0em 1em;
		list-style-type: circle;
	}

	li {
		list-style-type: circle;
		color:#333;
		line-height: 1.5;
	}

	a {
		color: #0066cc;
		text-decoration: none;
	}

	a:hover {
		color: #e22122;
		text-decoration: underline;
	}
	
	h1 {
		font-size: 2.2em;
		font-weight: normal;
		color: #e22122;
		margin:0em 0em 0.3em 0em;
	}
	
	h2 {
		font-size: 1.5em;
		font-weight: normal;
		color: #333;
		margin:0em 0em 0.3em 0em;
	}
	
	
	
	.maintext {
		font-size: 0.75em;
		color: #333333;
		margin:0em 0em 0em 0em;
	}
	
	.smalltext {
		font-size: 0.82em;
		color: #666666;
		margin:0em 0em 0em 0em;
	}
	
	.tinytext {
		font-size: 0.6em;
		color: #666666;
		margin:0em 0em 0em 0em;
	}
	
	hr {
  border: 1;
  width: 100%;
  color: #ccc;
background-color: #ccc;
height: 1px;
}


