html, body {
   height: 100%;
   margin : 0px 0px 0px 0px;
   font-family: Verdana; font-size: 9pt; color: #700325;
   background-color: #605253;
}

h1 {
   margin : 0px 0px 0px 0px;
   font-family: Verdana;
   font-weight: bold;
   font-size: 10pt;
   color: #700325;
   font-style: italic;
}

p{
   margin : 14px 0px 5px 0px;
}

div{
   margin : 0px 0px 0px 0px;
   font-family: Verdana;
   font-weight: bold;
   font-size: 10pt;
   color: #FFFFFF;
   font-style: italic;
}
#linkslide2{
   font-style:normal;
   font-weight: normal;
   width: 300px;
   height: 45px;
   font-family:Verdana;
   font-size: 12px;
   text-align:center;
   color:#000000;
}

select{
   font-family: Verdana;
   font-size: 11pt;
}
#motioncontainer a img{ /*image border color*/
border: 1px solid #ccc;
margin-bottom: 1px;
margin-top: 1px;
}

#motioncontainer a:hover img{ /*image border hover color*/
border: 1px solid #B94166;
}

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

#statusdiv{
position: absolute;
padding: 2px;
left: -300px;
background-color: lightyellow;
border: 1px solid gray;
visibility: hidden;
}

a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #998D8F;
	text-decoration: none;
	border: 0;
}
a:hover{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #998D8F;
	text-decoration: underline;
	border: 0;
}
