﻿/*=====================================================================================*/
/*================================= GLOBAL CLASS ======================================*/
/*=====================================================================================*/
* {
	margin: 0px;
	padding: 0px;
}

.clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	border-bottom: 1px solid;
}
.highlight {
	background: #ffc;
}
.img-left {
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right {
	float: right;
	margin: 4px 0 4px 10px;
}
.nopadding {
	padding: 0;
}
.noindent {
	margin-left: 0;
	padding-left: 0;
}
.nobullet {
	list-style: none;
	list-style-image: none;
}
.error, .red {
	background: #FFEBE8 none repeat scroll 0%;
	border: 1px solid #DD3C10;
	margin: 0pt 10px 10px;
	padding: 10px;
	display: block;
}
.correct, .green {
	background: #E6FCE6 none repeat scroll 0%;
	border: 1px solid #84DB12;
	margin: 0pt 10px 10px;
	padding: 10px;
	display: block;
}
.info {
	background: #FBFCE6 none repeat scroll 0%;
	border: 1px solid #D9B411;
	margin: 0pt 10px 10px;
	padding: 10px;
	display: block;
}
.hzdivider{
	font-size:0px;
	background:url(../images/hzdivider.jpg);
	background-repeat:repeat-x;
	height:1px;
}
.fntclrblack{
	color:#000000;
}
.fntclrorange{
	color:#BE4C13;
}
/*=====================================================================================*/
/*============================= GLOBAL ELEMENT STYLE ==================================*/
/*=====================================================================================*/
a {
	text-decoration: none;
	color:#CC6633;
}
a:hover {
	color:#990033;
}
abbr {
}
acronym {
}
address {
}
blockquote {
}
body.body {
}
cite {
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#666666;
	padding-bottom:10px;
}
h2 {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:15px;
	color:#336633;
}
h3 {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	padding:15px 0;
}
h4 {
	font:"Arial", Helvetica, sans-serif;
	font-size:16px;
	color:#666;
	line-height:24px;
}
h5 {
}
h6 {
}
img {
	border: 0px;
}
label {
}
p {
	font-family:"Arial", Helvetica, sans-serif;
	line-height:18px;
	color:#666666;
	padding:10px 0;
}
ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul li{
	background:url(../images/checked_small.gif);
	background-position:left 5px;
	background-repeat:no-repeat;
	padding-left:15px;
	font-weight:bold;
	color:#999999;
}
q {
}
table {
}
th {
}
td {
	font-family:"Arial", Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
}
tr {
}
.form_element {
}
.form_data {
}
