/* RESET 
html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}
*/
/* MAIN DIVS */

body {
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sidebar {
	display: none;
}

#languagebar {
	display: none;
}

#header {
	display: none;
}

#footer {
display: none;
}

.left {
	float: left;
	margin-right: 20px;
}

.clear {
	clear: both;
}

/* TABLES */
table {
	margin-bottom: 12px;
	border-spacing: 3px;
	border-collapse: separate;
}

th {
	background-color: #4bb20d;
	color: #fff;
	padding: 5px;

	border: 1px solid black;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
	border-radius: 5px 5px 0 0; /* future proofing */
}

td {
	border: 1px solid #4bb20d;
	padding: 5px;
	
	-moz-border-radius: 5px 0 5px 0;
	-webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
	border-radius: 5px 0 5px 0; /* future proofing */
}

.time {
	text-align: right;
	border:0px;
	vertical-align: top;
}

.noBorder td {
	border: 0px;
}


/* TEXT */
h2 {
	color: #4bb20d;
	font: bold 32px/48px Arial, Helvetica, sans-serif;
	
}

h3 {
   color: #4bb20d;
	font: bold 24px/32px Arial, Helvetica, sans-serif;
}

h4 {
	font: bold 18px/24px Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 12px;
}

/* LISTS */
ul, dl {
	list-style: circle;
	margin-bottom: 12px;
}

li, dd, dl > li {
	margin-left: 28px;
	font-weight: normal;
}

dt {
	font-weight: bold;
}


/* GALLERY */
#gallery img {
	border: 1px solid #4bb20d;
	padding: 3px;
	margin-right: 2px;
	margin-bottom: 6px;
}

#gallery p a {
	border-bottom: none;
}

#gallery a:visited {
	color: #4bb20d;
}



/* IE6 DISCLAIMER */
#ie6 {
	display: none;
}
