/* CSS Styles */

HTML, BODY {margin:0px; padding:0px;}
BODY {background: url(../images/layout/body_bg.png) repeat-x; }

BODY,DIV,TH,TD,INPUT,SELECT,TEXTAREA,P,H1,H2,H3 {font-family:Arial, Helvetica, sans-serif; font-size: 12px; line-height:14px; color: #333333;}

H1 {font-size: 15px; line-height:19px; color: #739FD0; margin-top:0px; margin-bottom:30px;}
H2 {font-size: 13px; line-height:15px; color: #333333; margin-top:50px; margin-bottom:15px;}
H2.first {margin-top:-30px;}
P {font-size: 12px; line-height:14px; color: #333333; margin-top:15px; margin-bottom:15px;}

IMG {border:0px;}
FORM {margin:0px;padding:0px;}
A, INPUT, SELECT {outline: none;}
A {color:#739FD0; text-decoration: none;}
A:Hover {color:#739FD0; text-decoration: underline;}

INPUT, TEXTAREA, SELECT {padding:0px 3px 0px 2px; border:1px solid #CCCCCC;}
INPUT.checkbox { border: 0px;  width:auto;}

UL { list-style-type: square; }
TD,TH {text-align:left; vertical-align: top;}