/* Normalizes margin,padding */
body,div,dl, dt,dd,ul,li,pre,form,fieldset,input,p,blockquote {
	margin:0px;
	padding:0px
}

/* Normalizes font-size for headers  h1,h2,h3,h4,h5,h6 { font-size:100%}*/

/* Removes list-style from lists */
ul { list-style:none ;
list-style-position: inherit;}

ol {
list-style:decimal;margin:0px; padding:0 0 0 25px;
}

/* Normalizes font-size and font-weight to normal */
address,caption,cite,code,dfn,em,th,var { font-size:normal; font-weight:normal }

/* Removes border from fieldset and img */
fieldset,img { border:0 }

/* Left-aligns text in caption and th */
caption,th { text-align:left }

/* Removes quotation marks from q */
q:before,q:after { content:''}

.clear{	clear:both;}

body{ margin:0 auto;
	padding:0px;
	background:url(../images/bg_final.gif) repeat  #4f0D0D !important;}

.spacer{ margin:7px 0 3px 0; }


.photo_border{ border:#FFF 1px solid}

.underline {border-bottom: solid #D8D8D8 1px}

.RowWhite{
background-color:#FFFFFF;
}

.RowGrey{
background-color:#E4EFF8; 
}

.Rowline{
border-bottom:solid 1px #D6E6E9; height:24px}



