/* CSS Document */

body{
margin:0px;
font-family:tahoma;
background:#ededed;
margin-top:20px;
}

p{
font-size:11px;
color:#666666;
margin:10px;
}

.copy{
font-size:10px;
color:#666666;
margin:3px;
margin-left:10px;
}

/* link */
a:link {
	color: #347934;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #347934;
}
a:hover {
	text-decoration: underline;
	color: #347934;
}
a:active {
	text-decoration: none;
	color: #347934;
}


.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:26px;
margin:5px;
margin-left:10px;
color:#FF3300;
font-weight:lighter;
}


h2{
font-family:tahoma;
font-size:11px;
margin:10px;
color:#666666;
}


h3{
font-family:tahoma;
font-size:12px;
margin:5px;
margin-left:10px;
color:#333333;
}

.bottom-bg{
background:url(images/bottom.jpg) no-repeat center;
height:21px;
}

.white-bg{
background:#FFFFFF;
}

.main-bg{
background:url(images/main-bg.jpg) repeat-y center;
}

.orange{
color:#FF3300;
}

.upper-orange{
text-transform:uppercase;
color:#FF3300;
}

.green {
color:#307f30;
}

.brdr{
border:1px solid #CCCCCC;
}
