/* Global CSS */

img {
	border: 0px;
}

table {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

form {
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

p {
	margin-top: 10px; margin-bottom: 10px;
}

a {
	color: #1a8e01;
	background-color: transparent;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
/*
.error_title_01 {
	color: #ff0000;
	background-color: #ffffff;
	font-weight: bold;
	font-family: tahoma, sans-serif;
}

.error_text_01 {
	color: #ff0000;
	background-color: transparent;
	font-family: tahoma, sans-serif;
}*/

input.textbox {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px; padding-right: 2px;
	
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #004f00;
}

textarea.textarea {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 2px;
	
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #004f00;
}

input.button {
	font-family: tahoma, sans-serif;
	font-size: 9px;
	border: 0px;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
	
	color: #ffffff;
	background-color: #004f00;
	border: 1px solid #000000;
}

/* Typography CSS */

.typography {
   line-height: 20px;
}

   .typography p {
      margin-top: 10px; margin-bottom: 10px;
   }
   
   .typography li {
      margin-top: 3px; margin-bottom: 3px;
   }
 
   .typography h1 {
		margin: 7px 0 10px 0;
		padding-left: 23px; padding-top: 0; padding-bottom: 5px;
		text-transform: uppercase;
		font-size: 12px;
		
		color: #000000;
		background: url('../images/h1-bg.gif') transparent no-repeat;
		background-position: 0 5px;
   }
 
   .typography h2 {
		font-size: 18px;
		font-weight: normal;
		margin: 15px 0 15px 0;
		
	   	color: #1a8e01;
		background-color: transparent;
   }
 
   .typography h3 {
		font-size: 15px;
		font-weight: bold;
		margin: 10px 0 10px 0;
		
	   	color: #1a8e01;
		background-color: transparent;
   }
 
   .typography img {
		border: 1px solid #1a8e01;
   }
   
/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
   text-align: left;
}

.typography .center {
	text-align: center;
}

.typography .right {
	text-align: right;
}

.typography img.left {
	float: left;
	margin-top: 10px; margin-bottom: 10px; margin-right: 10px;
}

.typography img.right {
	float: right;
	margin-top: 10px; margin-bottom: 10px; margin-left: 10px;
}

.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}