body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #1a1a1a;
	color: #1A1A1A;
}
td {
	font-size: 11px;
}
.textoverde {
	color: #00939f;
	font-size: 12px;
}
.txtpreto {
	color: #000000;
	font-size: 12px;
}
.txt10CAPS {
	font-size: 10px;
	text-transform: uppercase;
}
.txtcinza {
	color: #777777;
}
.txtbranco {
	color: #FFFFFF;
}
.txtverde10 {
	color: #00939F;
	font-size: 10px;
}
a:link {
	text-decoration: none;
	color: #1a1a1a;
}
a:visited {
	text-decoration: none;
	color: #1a1a1a;
}
a:hover {
	text-decoration: underline;
	color: #00939F;
}
a:active {
	text-decoration: underline;
	color: #00939F;
}

.txtwhite10CAPS {

	font-size: 10px;
	text-transform: uppercase;
	color:#FFFFFF;
}

.txtwhite10CAPS a:link {
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
}
.txtwhite10CAPS a:visited {
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
}
.txtwhite10CAPS a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-transform: uppercase;
}
.txtwhite10CAPS a:active {
	color: #FFFFFF;	
	font-size: 10px;
	text-transform: uppercase;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	font-size: 12px;
	border: 1px solid #CCCCCC;
}
textarea {
	border: 1px solid #CCCCCC;
}



#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 520px; /* Set to gallery width, in px or percentage */
height: 105px; /* Set to gallery height */
}

#motioncontainer a img {
border: 2px solid #dddddd; /* Set image border color */
}

#motioncontainer a:hover img {
border: 2px solid #7fc9cf; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 2px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}

