/* CSS created by Jin-Wei Tioh
   Copyright © 2004
*/

P {
	font-size : 9pt;
	font-family : Verdana;
	color : #515151;
	text-align:justify;
}

BODY {
	margin: 0px;
	padding: 0px;
	background : #465A73;
	font-size : 9pt;
	font-family : Verdana;
	color : #515151;
	scrollbar-face-color: #272A2F; scrollbar-shadow-color: #1B1E25; scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #272A2F; scrollbar-darkshadow-color: #1B1E25; scrollbar-track-color: #444444;
	scrollbar-arrow-color: #ffb903; font-family: Verdana;
}

A		{color: #406285; text-decoration: none; font-weight: bold;}
A:link		{color: #406285; text-decoration: none; font-weight: bold;}
A:visited	{color: #406285; text-decoration: none; font-weight: bold;}
A:active        {color: #406285; text-decoration: none; font-weight: bold;}
A:hover		{color: #FFFFFF; background: #515151; text-decoration: none; font-weight: bold;}

INPUT.ftsubbut {
	COLOR: white; CURSOR: hand; FONT-FAMILY: Arial, Helvetica, Sans-Serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-DECORATION: none
}


/* Table Cell Links Code */

table.tableCellLink {
   border-collapse: collapse;
}
table.tableCellLink td p{
   border: 1px solid #000000;
   display: block;
   width: 100%;
   font-weight: bold;
   text-align: center; 
}
table.tableCellLink td a{
   border: 1px #000000;
   display: block;
   width: 100%;
}
table.tableCellLink td a:link, table.tableCellLink td a:visited {
   background-color: #406285;
   color: #FFFFFF;
}
table.tableCellLink td a:hover, table.tableCellLink td a:active {
   background-color: #515151;
   color: #FFFFFF;
}


/* Photo Gallery Code */

div.photo_large {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
}