table {
	font-family : 'Arial', 'Helvetica', sans-serif;
	font-size : 11px;
}
th {
	background-color : #fffd75;				/* all table col or row title, darker color */
	color : #000000;
	border-bottom : 1px solid #ffffff;
	border-left : 1px solid #ffffff;
	padding : 2px 5px 2px 5px;
}
td {
/*	padding : 2px 5px 2px 5px;
	border-bottom : 1px solid #ffffff;
	border-right : 1px solid #ffffff;*/
}

/* Specific Classes */
.title1 {
	font-family : Arial, Helvetica, sans-serif;       font-size:    14pt; font-weight: bold;   color: #ffffff;}
.title2  {font-family: Arial, Helvetica, sans-serif;       font-size:    14pt; font-weight: bold;   color: #aaaaaa;}
.title3  {font-family: Arial, Helvetica, sans-serif;       font-size:    11pt; font-weight: bold;   color: #000000;}
.header1 {font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: bold;   color: #000000;}
.header2 {font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: bold;   color: #000000;}
.header3 {font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: bold;   color: #7E7E7E;}
.text1   {font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: normal; color: #000000;}
.text2   {font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: normal; color: #7E7E7E;}
.text3   {font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: normal; color: #FDB801;}
.text4   {font-family: Arial, Helvetica, sans-serif;       font-size:     7pt; font-weight: normal; color: #000000;}
.warning, .important {font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: bold;   color: #D3182E;}
.footer  {font-family: Arial, Helvetica, sans-serif;       font-size:   7.5pt; font-weight: normal; color: #999999;}
.bg1     {background-color: #ffffff;}
.bg2     {background-color: #e7e7e7;}
.bg3     {background-color: #b9b9b9;}
.bg4     {background-color: #fffd75;}
.bg5     {background-color: #cc0033;}
.nav1    {font-family:  Arial, Helvetica, sans-serif;       font-size:     8pt; color: #000000; background-color: #E7E7E7;}
.nav2    {font-family:  Arial, Helvetica, sans-serif;       font-size:     8pt; color: #000000; background-color: #E7E7E7;}
a:link          {text-decoration:none;      color:#1e3e69;}
a:active        {text-decoration:none;      color:#F39334;}
a:visited       {text-decoration:none;      color:#a0aac1;}
a:hover         {text-decoration:underline; color:#F39334;}
a.link2:link    {text-decoration:none;      color:#000000}
a.link2:active  {text-decoration:none;      color:#000000}
a.link2:visited {text-decoration:none;      color:#000000}
a.link2:hover   {text-decoration:underline; color:#000000}
a.link3:link    {text-decoration:none;      color:#aaaaaa}
a.link3:active  {text-decoration:none;      color:#aaaaaa}
a.link3:visited {text-decoration:none;      color:#aaaaaa}
a.link3:hover   {text-decoration:underline; color:#aaaaaa}
a.nav:link      {text-decoration:none;      color:#000000}
a.nav:active    {text-decoration:none;      color:#1e3e69}
a.nav:visited   {text-decoration:none;      color:#000000}
a.nav:hover     {text-decoration:underline; color:#1e3e69}
.inputbox, .inputbox1 {
	color: #000000;	font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: normal; background-color: #FFFFFF; width:   98.5%; text-align:   left; border-width:     1px; border-style:     solid;}
.inputbox2 {color: #000000;	font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: normal; background-color: #FFFFFF;                 text-align:   left; border-width:     1px; border-style:     solid;}
.inputbox3 {color: #000000; font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: normal; background-color: #a0aac1;                 text-align:   left; border-width:     2px; border-style:     solid;}
.inputbox4 {color: #000000; font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: normal; background-color: #f5f6f9;                 text-align:   left; border-width:     2px;                         }
.button, .button1   {
	color : #FFFF19; font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: bold; background-color: #CC0033;  text-align: center; border-bottom: thin outset #000000; border-left: thin outset #000000; border-right: thin outset #000000; border-top: thin outset #000000;}
.button2   {color: #000000; font-family: Arial, Helvetica, sans-serif;       font-size:     8pt; font-weight: bold; background-color: #CECECE;  text-align: center; border-bottom: thin outset #1e3e69; border-left: thin outset #ffffff; border-right: thin outset #1e3e69; border-top: thin outset #ffffff;}
.buttona   {color: #000000; font-family: Wingdings;                        font-size:    10pt; font-weight: normal; background-color: #CECECE;  text-align: center; border-bottom: thin outset #1e3e69; border-left: thin outset #ffffff; border-right: thin outset #1e3e69; border-top: thin outset #ffffff;}

/* Other Classes */
	
.medium {
	width: 50%;
}
.large {
	width: 100%;
}
