 /* Modified From coolC11U corporatestyle.css */
 /* v1: Delete scrollbar colors in Body, reformat (for easier reading) */
 /* v2: Change color of Body links and Table colors. Replace #1F356E by #C0D0D0 */
 
@charset "big5";
BODY {		FONT: 11px arial, verdana, sans-serif; }
a:link		{ color: #0000FF; text-decoration: underline }
a:visited	{ color: #0000FF; text-decoration: underline }
a:active	{ color: #0000FF; text-decoration: underline }
a:hover		{ color: #FF0000; text-decoration: underline }

 /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */
TABLE		{ COLOR: #444444; FONT: 11px geneva, verdana, arial, sans-serif }
.title		{ COLOR: #C0D0D0; FONT: 20px verdana, arial, sans-serif; font-weight: bold }
.biglink 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: none }
.biglink:hover 	{ FONT: 12px verdana, arial, sans-serif; font-weight: bold; font-style: italic; TEXT-DECORATION: underline }
.just 		{text-align: justify;}
.copyright	{ COLOR: #666666; FONT: 9px geneva, verdana, arial, sans-serif }
.smalltitle 	{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }
.careertitle	{ COLOR: #666666; FONT: 14px geneva, verdana, arial, sans-serif; font-weight: bold }
.subtitle	{ COLOR: #C0D0D0; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold; letter-spacing: 0px }
.phonetitle	{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }
.picturecomments{ COLOR: #666666; FONT: 10px geneva, verdana, arial, sans-serif }
.picturetitle 	{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold }
.list 		{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: normal }

.button-popups {background-color:#FFFFFF;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #999999;
		font-size: 8pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #999999 1px solid }

.buttonon-popups {background-color:#C0D0D0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #FFFFFF;
		font-size: 8pt;
		cursor:hand;
		font-weight: bold;
		BORDER: #000000 1px solid }

.shadeform	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.jpg");
		text-align: left;
		WIDTH: 180PX;
		BORDER: #000000 1px solid}


.dropdown {	COLOR: #333333;
		WIDTH: 180PX;
		FONT: 11px geneva, verdana, arial, sans-serif}
.textarea	{ FONT: 13px arial, verdana, sans-serif;
		background-image: url("picts/shadeform.jpg");
		text-align: left;
		WIDTH: 250PX;
		BORDER: #000000 1px solid}
.submitbutton { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #000000;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#FFFFFF; }
.submitbuttonon { FONT: 9pt verdana, arial,  sans-serif;
		font-weight: bold;
		color: #FFFFFF;
		BORDER: #000000 1px solid;
		padding-top: 2px;
		padding-bottom: 2px;
		background-color:#1F356E; }
.searchform { 	WIDTH: 110PX;
		HEIGHT: 20PX;
		FONT: 11px arial, georgia, "Times New Roman", sans-serif;
		BORDER-BOTTOM: #000000 1px solid;
		BORDER-LEFT: #000000 1px solid;
		BORDER-RIGHT: #000000 1px solid;
		BORDER-TOP: #000000 1px solid }
.searchdrop { WIDTH: 60PX; HEIGHT: 20PX; FONT: 11px arial, georgia, "Times New Roman", sans-serif }
.searchbutton {	background-color:#F0F0F0;
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #000000;
		font-size: 8pt;
		height: 18px;
		width: 40px;
		cursor:hand;
		font-weight: bold;
		text-align: center;
		BORDER: #000000 1px solid }
.divstyle {	position:absolute;
		border: #000000 1px solid;
		width:90;
		top:0;
		left:0 }
.pstyletitle{	postion:absolute;
		background:white;
		color:black;
		font-size:10px;
		font-family:verdana, arial }
.pstylebody {	postion:absolute;
		background:white;
		color:black;
		font-size:10px;
		font-family:verdana, arial }


 /* START THE CODE FOR THE MENUS */
 /* Each type of button (link, vlink, active and hover) has at least the following: */
 /* background-image = image of EACH button */
 /* background-color = fill color of EACH button WHEN FAILS TO LOAD */
 /*   background-image (this acts as a backup) */
 /* text-decoration = underline of text etc. */
 /* color = color of TEXT on button */
 
 /* R1: #menulocation ... DELETED */
 /* R1: url("picts/...) changed to url("images/...) */
 /* R1: color: #F0F0F0 changed to color: #FFFFFF */

 /* R2: Change Width to 150px (must change width HERE, not in HTML file) */
 /* R2: Change link/visted background-color from #B2B2B8 to #006666 */
 /* R2: Change active/hover background-color from #1F356E to #009999 */
 /* R2: Change active/hover text color from #FFFFFF to #000000 */
  
.menu		{ font-family: verdana, arial, helvetica, sans;
		  font-size: 8pt;
		  height: 28px;
		  width: 150px;
		  cursor:hand;
		  font-weight: bold;
		  text-indent: 12px;
		  line-height: 20pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid; }
a.menu:link 	{ background-image: url("images/button.gif");
		  background-color:#006666;
		  text-decoration: none;
		  color: #FFFFFF; }
a.menu:visited 	{ background-image: url("images/button.gif");
		  background-color:#006666;
		  text-decoration: none;
		  color: #FFFFFF; }
a.menu:active 	{  background-image: url("images/buttonon.gif");
		   background-color:#4C9999;
		  text-decoration: none;
		   color: #000000; }
a.menu:hover 	{ background-image: url("images/buttonon.gif");
		  background-color:#4C9999;
		  text-decoration: none;
		  color: #000000; }


		  
		  
