/* CSS Document */
body, table, td, form, input, textarea, select, option
	{font:normal 13px/18px Georgia, "Times New Roman", Times, serif;color:#666;}
h1, h2 ,h3 ,h4{margin:0; padding:0;}
h1, h2{font-family:'Georgia', 'Times New Roman',serif; font-weight:normal; color:#676565;}
h1{font-size:25px}
h2{font-size:18px}

.imgBorder{border:solid 1px #ccc; padding:2px; background:#fff; margin-right:15px;}
.important, .note, .updated {
  border-bottom: 3px double #ccc;
}
.important {border-color: red; background: #FFCFD1;}
.note {border-color: yellow;background: #FFFFCF;}
.updated 
	{border-color: green;background: #CFFFD1;}
.quote 
	{display: block;border: 1px solid #E7E7E7;padding: 10px;}
h1 span.greenHeading{font-size:30px; color:#7a9b07;}	
.head_style 
	{
		background:url(../images/head_strip.jpg) repeat-x;
		padding-left:10px;
		height:31px;
		line-height:31px;
		border:solid 1px #dde7d4;
		border-radius:10px 10px 0 0;
	}