/* CSS Document */
	
	/* exo, endo, endo1, endo2, ext. */

	/*	-------------------------------------------------------
		HTML Tags and other misc.
		-----------------------------------------------------*/
		body {
			margin:0;
			padding:0;
			font:80%/135% Verdana, Arial, sans-serif;
			}
		form {
			display:inline;
			}
		table {
			
			font-size:11px;
			}
		img {
			border:none;
			}
		p {
			margin:1em 0;
			padding:0;
			font:11px;
			}
		a {
			text-decoration:none;
			color:#0F481A;
			}
		select {
			font:9px Verdana, Arial, sans-serif;
			}
		a:hover {
			text-decoration:none;
			color:#59B224;
			}
		.clear {clear:both;}
	/*	-------------------------------------------------------
		Structure
		-----------------------------------------------------*/
		#container {
			margin:12px auto 0;
			width:800px;
			background-color:#fff;
			text-align:left;
			}
			#content {
				float:left;
				width:100%;				
				}
				#c2 {}
	/*	-------------------------------------------------------
		Header
		-----------------------------------------------------*/
		#header {
			float:left;
			width:100%;
			height:70px;
			}
			#h2 {
				padding:5px;
				float:left;
				}
