﻿body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000;
}

TD {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000;
}

A {
  color: #336699;
  text-decoration: underline;
}

A:Hover {
  color: #000000;
  text-decoration: underline;
}


/* Default form field style START */
.formtextfield {
  font-size: 11px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #000000;
  padding: 2px;
}
/* Default form field style END */



/* Top navigation links START */
.topnav A {
  color: #FFFFFF;
  text-decoration: underline;
}

.topnav A:Hover {
  color: #AAAAAA;
  text-decoration: underline;
}
/* Top nagivation links END */



/* titles START */
.bluetitle14 {
  color: #40558a;
  font-size: 14px;
  font-weight: bold;
}

.bluetitle16 {
  color: #40558a;
  font-size: 16px;
  font-weight: bold;
}

.whitetitle14 {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
/* titles END */


















.sectiontitle {
  color: #da670a;
  font-size: 16px;
}

.smalltitle {
  color: #da670a;
}

.redtext {
  color: #990000;
}

.smallgreytext {
  font-size: 11px;
  color: #666666;
}


.formfield {
  font-size: 12px;
  font-family: Arial, Helvetica, Sans-Serif;
  color: #000000;
  padding: 5px;
  height: 25px;
}



.pagebackgroundstyle {
  background-repeat: repeat-x;
  background-image: url(./images/pagebackgroundtop.gif);
}



/* side bar navigation START */
.sidelinks A {
  color: #DDDDDD;
  text-decoration: underline;
}

.sidelinks A:Hover {
  color: #FFFFFF;
  text-decoration: underline;
}
/* side bar navigation END */




/* Login form START for the front main page of the website */
.loginform {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #FFFFFF;
}


.loginform A {
  color: #fe6600;
  text-decoration: underline;
  font-size: 12px;
}

.loginformalert {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
}

.loginformfield {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  border: 1px solid #CCCCCC;
  height: 25px;
  padding:5px;
}
/* Login form END */


.smalltext {
  font-size: 10px;
}

.whitetext {
  color: #FFFFFF;
}

.whitetext A {
  color: #FFFFFF;
  text-decoration:underline;
}

.whitetext A:Hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.orangetext {
  color: #da670a;
}


.sideloginformtitle {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
}


.largeprofilename {
  color: #008000;
  font-size: 16px;
}

.greentitle {
  color: #008000;
  font-weight: bold;
}

.textsize16 {
  font-size: 16px;
}

.textsize14 {
  font-size: 14px;
}