/*================================================================
The MAIN stylesheet for the website.

Define SITE-WIDE styles:
  - General Typography
  - Header Content
  - Sidebar Content
  - Forms
  - Tables
  - Footer
  - Sitewide Custom Definitions
  
================================================================*/

@import url("button.css");
@import url("nav.css");


/* GENERAL TYPOGRAPHY (Standard HTML tags)
----------------------------------------------------------------*/
html,body  {
	font-family:"Microsoft Sans Serif";
	color: #5100CA;
	font-size: 12px;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {	font-family: Arial, Helvetica, sans-serif;}
h1 {	font-size: 12px;	color: #6633FF;}
h2 {	font-size: 12px;	color: #9966FF;}
h3 {	font-size: 12px;	color: #0099FF;}
h4 {	font-size: 12px;	color: #33CCFF;}
h5 {	font-size: 12px;	color: #FF99CC;}
h6 {	font-size: 12px;	color: #CCFF33;}

a:link {text-decoration: none;	color: #0000FF;}
a:visited {text-decoration: none;	color: #6633CC;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}

p {
  margin: 10px 0 6px 0;

}

/* HEADER CONTENT
----------------------------------------------------------------*/
#topbanner {
	float: right;
}

.style01 {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5100CA;
	border: 1px solid #6633CC;
	text-decoration: none;
}
.style02 {
	font-family: "Microsoft Sans Serif", "Thonburi";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5100CA;
	border-top: 1px solid #6633CC;
	border-right: 1px solid #6633CC;
	border-bottom: 0px solid #6633CC;
	border-left: 1px solid #6633CC;
}
.style03 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #9900CC;
}
.style04 {
	font-family: "Microsoft Sans Serif";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFF1;
	text-decoration: none;
}
.style05 {
	font-family: "Microsoft Sans Serif";
	font-size: small;
	color: #FF6600;
}
.style06 {

	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #5100CA;
	text-decoration: none;
}
.style07 {

	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #6600FF;
	text-decoration: none;
}
.text01 {
	font-family: "Microsoft Sans Serif";
	font-size: small;
	color: #FF0000;
	font-weight: 400;
}
.text02 {
	font-family: "Microsoft Sans Serif";
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #0033CC;
	text-decoration: none;
}
.text03 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
}
.text04 {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #FF00FF;
	font-weight: 400;
}
.text05 {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	color: #008080;
}

.bigheadertext {
	font-family: "Microsoft Sans Serif";
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	color: #9562FF;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #6666CC;
}

.headertext_bold {
	font-family: "MS Sans Serif";
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	color: #6633FF;
}
.smalltext {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #3333CC;
}
.normaltext {
	font-family: "Microsoft Sans Serif";
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #6600FF;
}
.normaltext_bold {  
font-family: "MS Sans Serif"; 
font-size: 12px; 
font-weight: bold; 
text-decoration: none
}
.smalltext_italic {  
font-family: "Microsoft Sans Serif"; 
font-size: 12px; 
font-style: italic; 
font-weight: normal; 
text-decoration: none
}
.texttable{  
font-family: "Arial"; 
font-size: 12px;
color: #FFFFFF;
font-weight: bold; 
text-decoration: none
}
.footertext {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #9966FF;
}
.fixtab {
	font-family: "Microsoft Sans Serif";
	font-size: 3px;
	text-decoration: none;
	color: #FFFFFF;
}

.hilighttext {
	font-family: "MS Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #4E80D1;
}
.small {
	font-size: 1px;
	line-height: 1px;
	color: #FDFDFF;
	font-family: "Microsoft Sans Serif";
}
.pagetext {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #5100CA;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
