table { 
color: #0066CC;
font-size: 11 px;
font-family: tahoma,arial,helvetica,sans-serif;
font-weight: normal;
}

input.txt { 
border-style:solid; 
border-width:1px;
border-color:teal;
background-color:#FFFFDD;
font-size: 11 px;
font-family: tahoma,arial,helvetica,sans-serif;
}

select.txt { 
border-style:solid; 
border-width:1px;
border-color:teal;
background-color:#FFFFDD;
font-size: 11 px;
font-family: tahoma,arial,helvetica,sans-serif;
}

input.cmd {
	font-size: 10 px;
	font-family: tahoma, arial, helvetica, sans-serif;
	background-color: #ffcc00;
	border-style: solid;
	border-width: 1px;
	border-color: #0066cc;
}

TEXTAREA {
border-style:solid;
border-width:1px;
background-color:#FFFFDD;
font-size: 11 px; 
font-family: tahoma,arial,helvetica,sans-serif	
}

.head {
color: #008080;
font-family: verdana,tahoma,arial,helvetica,sans-serif;
font-weight: bold;
}

A.signup { text-decoration: none; font-weight: bold; color: #FF0000 }
A.ttour { text-decoration: none; font-weight: bold; color: #0066CC }
A:HOVER { text-decoration:underline }

.cmdButton  { 
	font-size: 10 px;
	font-family: tahoma, arial, helvetica, sans-serif;
	background-color: ffcc00;
	border-style:solid; 
	border-width:1px;
	border-color:#0066cc;
}

.editButton {
	font-size: 10 px;
	font-family: tahoma, arial, helvetica, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color: Black;
	text-align : center;
	font-weight : bold;
	width : 17;
	height : 17;
	background-color : #FFCC00;
}

p { 
color: #0066CC;
font-size: 11 px;
font-family: tahoma,arial,helvetica,sans-serif;
font-weight: normal;
}

