
body, td {
        font-family : arial,verdana,helvetica;
        font-size : 11px; 
        color : #666699;
        }



/* ================================================ */
/* text style */
/* ================================================ */

.maintext{
        font-family : arial,verdana,helvetica;
        font-size : 11px; 
        color : #666699;
        }
        
.mainboldtext{
        font-family : arial,verdana,helvetica;
        font-size : 13px; 
        color : #666699;
        font-weight: bold;
        }
	
/* ================================================ */


a.navlink {
	font-family: arial,verdana,helvetica; 
	font-size:11px; 
	color:#666699;
	text-decoration : underline;
	}

a.navlink:hover {
	font-family:arial,verdana,helvetica; 
	font-size:11px; 
	color: #cc6633;
	text-decoration : underline;
	}
	

/* ================================================ */
/* form elements */
/* ================================================ */

.input {
        font-family : arial,verdana,helvetica;
        font-size : 11px;
        font-color : #666699;
		background-color: #ffffff;
		width : 200px;
		}

.button {
        font-family: arial,verdana,helvetica;
        font-size: 11px;
        font-color: #cc6633;
        font-weight:bold;
		background-color: #ffffff;
		border-right-color: #ffffff;
		border-left-color: #ffffff;
		border-top-color: #ffffff;
		border-bottom-color: #ffffff;
		}
		
/* ================================================ */

	