/* Define global information (font family line height etc). */
body,p,table,tr,td,ul,ol,li,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,a {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  color: #000000;
}

body {
  margin : 0px 0px 0px 0px;
  padding : 0px 0px 0px 0px;
  background-image:url(images/main_bg.jpg);
  background-repeat:repeat-x;
}

p { font-size: 12px; text-align: justify }
/* Remember to set this to the SAME SIZE AS THE P above! */
a {
	text-decoration:none;
	color:#333333;
}
div { font-size: 12px; font-weight: normal; color: #000000; }
a:hover {
	text-decoration:underline;
	color:#666666;
}
td { font-size: 12px; }
li { font-size: 12px; }
h1,.h1 { font-size: 18px; font-weight: bold; color:#006CD9; }
h2,.h2 { font-size: 16px; font-weight: bold; }
h3,.h3 { font-size: 14px; font-weight: bold; }
h4,.h4 { font-size: 12px; font-weight: bold; }
h5,.h5 { font-size: 12px; font-weight: bold; color: #999999; }
h6,.h6 { font-size: 10px; font-weight: bold; color: #999999; }


.footer { font-size: 9px; color: #aaaaaa; }
.footerLink { font-size: 9px; font-weight: bold; color: #999999; }
.footerLink:hover { font-size: 9px; font-weight: bold; color: #cccccc; }

.formText,.submit,.reset,.button {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  line-height: normal;
  font-size: 12px;
}
.formText { color: #000000; }
.submit { font-weight: bold; background-color: #; color: #; }
.reset { font-weight: normal; background-color: #; color: #; }
.button { font-weight: normal; background-color: #; color: #; }

.titletext {
	font-size:18px;
	font-weight:bold;
	color:#333333;
}
.subtitles {
	font-size:15px;
	color:#333333;
	font-weight:bold;
}