/* CSS Document */

@import "div-titles.css";

body {
	background-image:url(../images/misc/body-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:20px;
}

.verdana {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.text-blue14{
	color:#0099CC;
	font-size:14px;
}
.text-red{
	color:#CC0000;
}
.text-darkblue14{
	color:#003366;
	font-size:14px;
}

.border-bottom-dashed {
	border-bottom:1px dashed #cccccc;
}

.border-textbox {
	border:1px solid #0099CC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
.border-button {
	border:1px solid #000066;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000066;
	height:24px;
	background-image:url(../images/misc/button-bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

