/* object stuff here */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

body, td {
	font-family: Verdana;
	font-size: 10pt;
	color: white;
}

.smalltext {
	font-size:7pt;
}

a { 
	color: #FFE5DA;  
}  

input, textarea {
	font-family: Verdana;
	font-size: 10pt;
	border: 1px solid #FFE5DA;
	width: 400px;
	margin: 5px;
}

.picturetable td {
	text-align: center;
}