
html {background:#FFF}
html,body { padding:0px; margin:0px; height:100%;   }
body {
  text-align:center;
  min-height:100%;
 }

html,body, table, td {font-family:Tahoma;
					  color:#797979;
					  font-weight: normal;
					  font-size: 12px;
						}

table{
border:0px; /* border="0" */
border-collapse:collapse; /* cellspacing="0" */
padding:0px; margin:0px;

}

table td, table tr{
padding:0px;
vertical-align:top;
margin:0px;
text-align:left
}




input {  border:1px solid #A1A1A1; 
		 margin-bottom:1px;
		 font-size:11px;
		 padding:2px;
		 background:url('img/input_bg.jpg') repeat-x 0 0;}
input:hover {  }
input:focus {  }


textarea {  border:1px solid #A1A1A1;
			margin-bottom:1px;
		   font-size:11px;
		   padding:2px; 
		   background:url('img/input_bg.jpg') repeat-x 0 0;}
textarea:hover {  }
textarea:focus { }

select {font-size:11px; padding:2px;  border:1px solid #A1A1A1; }

form { display: inline; }
img {border-style:none}

/*Links */
a { color: #0095DD; text-decoration:underline; }
a:hover {color: #85B1DB;}
a:active {color: #926BBE;}
a:visited {}

h1,h2,h3,h4,h5,h6 {padding:0; margin:0;}
h1 {color: #005AC6; 
	font-size:26px;
	font-weight:normal;
	padding:0 0 0 0;
	}
h2 {color:#0095DD;
	font-size:18px;
	font-weight:normal;
	padding:0 0 6px 0;
	}
h3, h4, h5, h6 {font-weight:bold;
	font-size:14px;
	color:#797979
	}

.news-view table {width: 100%;}
.news-view table td {text-align: center!important}







