

/* Default Font */

body, div, span, ul, li, p, td {

  font-family:		Times New Roman;
  font-size:		11pt;
  color:		#333333
}


/* Links */

a:link {
  font-weight:		bold;
  text-decoration:	none;
  text-decoration:	underline;
  color:		#6600CC
}

a:active {
  font-weight:		bold;
  text-decoration:	none;
  text-decoration:	underline;
  color:		#6600CC
}

a:visited {
  font-weight:		bold;
  text-decoration:	none;
  text-decoration:	underline;
  color:		#9966CC
}

a:hover {
  font-weight:		bold;
  text-decoration:	underline;
  color:		#CC00CC
}


/* Menu Bar */
.menu {
  font-family:		Arial;
  font-size:		11px;
  color:		#330066
}


/* Extra Bar */
.extra {
  font-family:		Arial;
  font-size:		12px;
  color:		#330066
}


/* Title */
.title {
  font-family:		Times New Roman;
  font-weight:		bold;
  color:		#660099
}


/* Small Title */
.t-small {
  font-family:		Verdana;
  font-size:		11px;
  font-weight:		bold;
  color:		#660099
}


/* Recent Dropdown */
.recent {
  font-family:		Arial;
  font-size:		11px;
  font-weight:		bold;
  color:		#660099
}


/* Small Text */
.small {
  font-family:		Verdana;
  font-size:		11px
}


/* Table Header */
.tblhdr {
  background-color:	#E2DCFD;
  font-family:		Times New Roman;
  font-weight:		bold;
  color:		#330066
}

/* Table Header */
.tbltitle {
  background-color:	#E2DCFD;
  font-family:		Times New Roman;
  font-size:		12px;
  font-weight:		bold;
  color:		#330066
}


/* Table Row 1 */
.tblrow1 {
  background-color:	#EFDBF7
}


/* Table Row 2 */
.tblrow2 {
  background-color:	#F8EEFC
}


/* Footer */
.footer {
  font-family:		Verdana;
  font-size:		11px;
  color:		#E3E0FB
}


/* Forms */
form {
  margin:		0px
}


/* Success Color */
.success {
  color:		blue
}


/* Warning Color */
.warning {
  color:		red
}
