@charset "utf-8";
/* CSS Document */

@import url(RDMI_Layout.css);

* {
	
	box-sizing:content-box; 
	-moz-box-sizing:content-box; /* Opera8 */
	color:#474445;
	line-height:1.4; /* consistency across platforms */
	font: normal normal normal 100%/normal 'Lucida Grande', Arial, Verdana, sans-serif, sans;
	margin:0px; 
	padding:0px;
}

html, body {
	font-size:small;
	height:100%;
	background:#fff /*url(../images/rdmiBodyBG.gif)*/;
}

html body {
	color:#474445;
	text-align:center;
}
p {	
	margin:0px 0px 10px;
}
td{
	padding:2px;
}

h1 {
	font-size:x-large;
	font-weight:normal;
	letter-spacing:0.05em;
	color:#999;
}

h2 {
	font-size:large;
	font-weight:normal;
	letter-spacing:0.05em;
}

h3 {  
	border-bottom:1px dotted #333;
	font-size:medium;
	font-style:italic;
	font-weight:normal;
	letter-spacing:0.05em;
	margin-bottom:3px;
}



ul {
  margin:10px 15px;
}

ul ul {
  margin-top:0px;
}

li {
  font-size:11px;
  list-style:square outside;
}

input{
  color:#000;
  padding: 0px 5px;
  text-align:left;
  
}

textarea{
  color:#000;
}

a {
  color:#474445;
  font-weight:bold;
  text-decoration:none;
}

a:hover {
	color:#FFF;
    text-decoration:none;
}

a img {
    border:none
}

.clear {
	height:0px; overflow:hidden;
	display:block; clear:both;
}

