/* CSS Document */

body{
margin:0px;
margin-top:20px;
font-family:tahoma;
background:url(images/bgr.jpg) top repeat-x;
background-attachment:fixed;
}

p{
font-size:12px;
color:#666666;
margin:10px;
}

.font_12 {
font-size:12px;
}

.font_11 {
font-size:11px;
}

.whiteBg{
background:#ffffff;
}

.copy{
font-size:10px;
color:#999999;
margin:5px;
margin-left:10px;
}

/* link */
a:link {
	color: #ff6418;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #ff6418;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #ff6418;
}


/* green link */
a.blue_link:link {
	color: #2289d4;
	text-decoration: none;
}
a.blue_link:visited {
	text-decoration: none;
	color: #2289d4;
}
a.blue_link:hover {
	text-decoration: none;
	color: #666666;
}
a.blue_link:active {
	text-decoration: none;
	color: #2289d4;
}

.right{
float:right;
margin-left:5px;
border:1px solid #CCCCCC;
}

.txtbox{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#333333;
border:1px solid #999999;
}


h1{
font-family:tahoma;
font-size:12px;
margin:5px;
margin-left:10px;
color:#ff6418;
text-transform:uppercase;
}

.blue_text {
color:#2289d4;
}

.orange_text {
color:#ff6418;
}

h2{
font-family:tahoma;
font-size:12px;
margin:5px;
margin-left:10px;
color:#333333;
}

.floatRight{
float:right;
border:1px solid #CCCCCC;
margin-left:7px;
}

.orangeLine{
background:url(images/line_orange.jpg) no-repeat top;
}

.greenLine{
background:url(images/line_green.jpg) no-repeat top left;
}


.margin5{
margin:5px;
margin-left:10px;
}

.PicBrdr{
border:1px solid #CCCCCC;
}
