/* CSS Document */

body {
background-image: url('images/bg.jpg');
	background-position: center;
		background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	font-size: 11px;
	color: #1E1E1E;
	margin-top: 0px;
	text-align: left;
}
h1 {
	margin: 0;
    padding: 0;
    display: none;
    font-size: 0px;
    visibility: hidden;
}
h2
{
	font-size: 13px;
	color: #1E1E1E;
	font-weight: bold;
}
h3
{
	font-size: 12px;
	color: #1E1E1E;
	font-weight: normal;
	line-height: 19px;
}
.lineborder_top
{
	background-image: url('images/borders/line_top.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 14px;
}
.lineborder_left
{
	background-image: url('images/borders/line_left.png');
}
.lineborder_right
{
	background-image: url('images/borders/line_right.png');
}
.lineborder_bottom
{
	background-image: url('images/borders/line_bottom.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 11px;
}
.12pxtext
{
	font-size: 12px;
}
a.nostyle
{
	color: #1E1E1E;
text-decoration: none;

}
a.nostyle:hover{
text-decoration: none;
}
.10pxtext
{
	font-size: 10px;
}
a
{
	text-decoration: none;
	color: #0066CC;
}
a:hover
{
	color: #0053A6;
}
/*img, div { behavior: url(iepngfix.htc) } */
.Textboxes
{
 Border-Color: #99CCFF;
 border-style: solid;
 font-size: 12px;
 border-width: 1px;
}