/** BASIC */

body {
	margin: 60px 0px 0px 0px;
	padding: 0px;
	background-color: #DC2975;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	vertical-align: top;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 14px;
}

.more ul, ol, li {
	margin-bottom: 14px;
}

.top p {
	text-align: right;
	line-height: 18px;
}

.hm p {
	text-align: center;
}

.text1 {
	text-align: center;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #60C501;
}

.text1 span {
	color: #4D9E00;
}

.text2 {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	font-variant: small-caps;
}

.text3a {
	text-align: center;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	font-variant: small-caps;
}

.text4 {
	text-align: center;
	font-size: 11px;
	color: #7A7A7A;
}

.text4a {
	text-align: left;
	font-size: 12px;
	color: #4D9E00;
	line-height: 18px;
}
/** LINKS */

a {
	color: #339900;
	
}

a:hover {
	text-decoration: none;
}




.link1 {
	text-transform: lowercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.link1:hover {
	text-decoration: underline;
}

.link2 {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #DE2B77;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	text-transform: lowercase;
	font-size: 13px;
	color: #333333;
	text-align: right;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.style1 a {
	color: #333333;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage01.gif) repeat left top; }
.bg2 { background: url(images/homepage02.gif) repeat left top; border: 10px solid #FFFFFF; }
.bg3 { background: url(images/homepage03.gif) repeat left top; }
.bg4 { background-color: #FFFFFF; }
.bg5 { background: url(images/homepage04.gif) repeat-x left bottom; }
.bg6 { background: url(images/homepage06a.gif) repeat left top; }
.bg7 { background: url(images/homepage09b.gif) repeat-y left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

.img3 {
	float: right;
	margin: 3px 0px 0px 20px;
} 
hr { display: none; }

.hr1 {
	height: 1px;
}

.hr2 {
	height: 1px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/**Table*/
td {
	
	
	margin-bottom: 10px;
	
}
.td1a {
	width: 165px;
	border: thin dashed #CCCCCC;
	text-align: center;
	
}


.td1 {
	width: 200px;
	border: thin none #CCCCCC;
	text-align: left;
	line-height: 20px;
	
}

.td2 {
	border: thin none #CCCCCC;

	
}
.td3 {
	border: thin none #CCCCCC;
	width: 70px;
	
}
.td4 {
	width: 250px;
	border: thin none #CCCCCC;
	
	
}
.td5 {
	width: 450px;
	border: thin none #FFFFFF;
	text-align: left;
	
	
}

.pdfRight { padding-right: 18px; background: transparent url(images/pdf.gif) no-repeat center right; 

}
.pdfLeft  { padding-left: 18px; background: transparent url(images/pdf.gif) no-repeat center left;

}
.space1 {
	line-height: 24px;
}
