﻿/* base styles that are common to all formats i.e. print and screen */

body {font-size: 62.5%; font-family: arial,verdana,sans; padding: 0; color: #404040;background:#fff;margin:0; background:url(../images/bodybg.gif) repeat;line-height:1.5em;}
form,ul,dl,dd,dt,h1,h2,h3,h4, h5 {padding:0; margin:0;}

h1 {font-size: 1.4em;padding: 0 0 1em 0; margin-top:30px;}
.header h1 {float:left; width:185px; height:40px;}
.header h1 a {background:url(../images/logo.gif) no-repeat; display:block; width:285px; height:55px; }

h2 {font-size: 1.2em;padding: 0 0 1em 0;}
h3 {font-size: 1.1em;padding: 0 0 1em 0;}
h4 {font-size: 1em;padding: 0 0 1em 0;}
h5 {font-size:1.0em; font-weight:bold; color:#696969; font-weight:bold;}
h1,h2,h3,h4 {line-height:1em;}
p {margin: 0 0 1em 0; padding: 0;}

input.text, select, textarea {font-size: 13px; border:1px solid #cacaca; padding:3px;font-family: arial,verdana,sans;}
input.long, textarea.long, select.long {width:240px;}
input.medium, textarea.medium, select.medium {width:160px;}
input.short, textarea.short, select.short {width:110px;}
img {border: 0;}
table {border-collapse:collapse;}
th {text-align:right;font-weight:normal;vertical-align:top;}

.floatleft {float: left;}
.floatright {float: right;}
.hidden {display: none; visibility: hidden;}
.nobg {background: none;}
.printonly {display: none; visibility: hidden;}
.clear {clear:both;}

