/** Html Tags **/
* { margin:0px; padding:0px; }

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:20px;
	color:#333333;
}

h1 { font-size:18px; }
h2 { font-size:16px; }
h3 { font-size:14px; }
h4 { font-size:12px; }
h5 { font-size:10px; }
h6 { font-size:8px; }

p { margin-bottom:15px; }
img { border:0px; margin:0px; padding:0px; }
a, a.visited { color:#0066FF; text-decoration:none; }

/** Classes **/
.float_left { float:left; }
.float_right { float:right; }
.align_center { text-align:center; }
.align_right { text-align:right; }
.align_jusitied { text-align:justify; }
.align_bottom { vertical-align:bottom; }
.top_bottom_border { border-top:1px solid #999999; border-bottom:1px solid #999999; }
.gray_bg { background-color:#212421; }