body {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.gif');		
	color: #6A6A6A;
	font-size: 1em;
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
	font-family:   Tahoma, Arial,Verdana, Helvetica, sans-serif;	
}

p { font-size: 0.7em; }

table, input, textarea
{
	font-size: 100%;
}

td.special {
	background-image: url(images/index21b.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 84px;
}

td.table_heading2 {
	white-space: nowrap;
	font-weight: bold;
	vertical-align: top;
}

caption {
	font-weight: bold;
	font-size: larger;
	font-variant: small-caps;
	text-align: left;
}

form {
	margin: 0px;
	padding: 0px;
}

blockquote {
	text-align: center;
	font-weight: bold;
}


input, textarea, select, legend {
	font-family:   Tahoma, Arial,Verdana, Helvetica, sans-serif;
	color: #6A6A6A;
	font-size: smaller;
}

input.btn {
	color: #D02D42;
	font-weight: bold;
	/*background-color: #ffffcc;*/
	width: 100%;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #5D5D5D;
}

.text2 {
	color: #7F7F7F;
	vertical-align: middle;
}

.text3 {
	color: #A9C3D1;
}

.text4 {
	font-size: smaller;
	color: #FFFFFF;
}

.text5 {	
	color: #FFFFFF;
}

a {
	color: #D02D42;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #7F7F7F;
}

a.link2 {
	color: #A9C3D1;
}

a.link3 {
	color: #FFFFFF;
}

.bg1 {
	background-image: url(images/index16.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.bg2 {
	background-image: url(images/index33.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

h1 {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 100%;	
	color: #5D5D5D;
	margin-bottom: 3px;
    padding-bottom: 3px;
}

h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;	
	color: #5D5D5D;
	margin-top: 2em; 
	margin-bottom: 0;
}

h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-bottom: 3px;
    padding-bottom: 3px;
	text-decoration: underline;
}

img { 
	border: 0px none; 
	vertical-align: top;	
} 

img.center { 
	display: block;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
} 

div.center {
	text-align: center;
}

.table-header {
	background-color: #E42D42;
}

table.table-form {
	background-color: #ffffcc;
}

.even-row {
	background-color: #ADD8E6;
}

.success_msg {
	color: green;
}

.fail_msg {
	color: red;
}

/* Need for Mozilla and Opera browsers*/
table.center {margin-left:auto; margin-right:auto;}
/* Needed for IE 5.5 and up*/
body {text-align:center;}

