@import url("layout.css");
@import url("breadcrumbs.css");
@import url("menu.css");
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}
img{
border:none;
border-style:none;
}
a{
outline: none;
}

td{
vertical-align:top;
font-size:11px;
}
input,textarea,select{
font-size:1.1em;
border-style:solid;
border-width:1px;
border-color:#9BAEE1;
}
input.textbox{
width:200px;
height:17px;
}
select.dropdown{
width:200px;
}
input.password{
width:200px;
height:17px;
}

textarea.textarea{
width:200px;
height:100px;
font-size:13px;
}

h1{
color:#0F5084;
font-size:18px;
font-weight:lighter;
margin:0;
padding:0;
}
h2{
font-size:13px;
font-weight:lighter;
color:#0f5084;
margin:0px;
padding:0px;
}
h3{
font-size:13px;
margin:0px;
padding:5px;
line-height:22px;
}
p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:16px;
color:#333333;
}

th{
background-color:#003366;
color:white;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:x-small;
font-weight:bold;
}

.vdots{
background-image:url(../images/dot.gif);
background-repeat:repeat-y;
background-position:right;


}

.hdots{
background-image:url(../images/dot.gif);
background-position:center bottom;
background-repeat:repeat-x;
height:35px;
}

