/***********************************************/
/* iframepages.css                            */
/* www.cocothai.htm         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 10pt; 
	scrollbar-base-color: #F5F7F7; scrollbar-track-color: #F5F7F7;
	background: #cccccc url('images/star.gif') fixed;
}



/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #669966;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************input layout********/
INPUT { background-color: #F5F7F7; 
border-color: efefef; 
color: #000000; 
font-family: arial, verdana, ms sans serif; 
font-weight: ; 
font-size: 10pt; 
}

/**********************************/
