/*FOR THE DEFAULTS */
html, body {
height: 100%;
}

body {
background-image:url(../images/bg.gif);
font-size: 12px;
min-height: 100%;
height:100%;
color: #000000;
}

body.popup {
font-size: 12px;
min-height: 100%;
height:100%;
color: #000000;
}

a:link {color:#66bc29; text-decoration: none;}
a:visited {color:#66bc29; text-decoration:none;}
a:hover {color:#66bc29; text-decoration:underline;}
a:active {color:#66bc29; text-decoration:none;}

img a {
border: none;
}

	h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 23px;
	color:#66bc29;
	margin:0 0 5px 0;
	}

	h2 {
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #AAAAAA;
	font-weight: bold;
	margin-bottom: 5px;
	}

	h3 {
	font-size: 14px;
	color: #333333;
	margin-bottom: 3px;
	}	

	h5 {
	font-family: "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 12px;
	color:#000000;
	}
		
	h5.EventCategory {
	margin:0 0 10px 0;
	}
		
	h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#66bc29;
	font-weight: bold;
	}
	
	p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 11px;
	margin-bottom: 10px;
	color: #000000;
	}

	p.ipac {
	margin-bottom:5px;
	}

		div#Login p {
		color:#FFFFFF;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		top: 2px;
		position: relative;
		}
	
	strong {
	font-weight:bold;
	}

hr {
border-color: #ccc;
border-style: solid;
border-width: 1px 0 0;
clear: both;
margin: 0 0 5px;
height: 0;
}
