/* CSS Document */

body{
margin:0px;
font-family:tahoma;
}

p{
font-size:11px;
color:#666666;
margin:10px;
}

.copy{
margin:5px;
margin-right:10px;
font-size:10px;
color:#333333;
}



/* link */
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}



/* link pink */
a.pinklink:link {
	color: #CC0066;
	text-decoration: none;
}
a.pinklink:visited {
	text-decoration: none;
	color: #CC0066;
}
a.pinklink:hover {
	text-decoration: underline;
	color: #000000;
}
a.pinklink:active {
	text-decoration: none;
	color: #CC0066;
}


.light-gray{
background-color:#f1efed;
}

.pink{
color:#CC0066;
}

.main-box{
background:url(images/main_box_bgr.jpg) repeat-x top;
height:85px;
border-left:2px solid #FFFFFF;
}

.gray-boxes{
background:url(images/bgr_boxes.jpg) repeat-x top;
height:105px;
}

.right-brdr{
border-right:2px solid #FFFFFF;
}

.stripe-below{
background:url(images/stripe_bellow_boxes.jpg) repeat-x top;
height:21px;
}

h1{
margin:10px;
margin-bottom:2px;
margin-top:2px;
font-family:tahoma;
font-size:12px;
font-weight:bold;
color:#CC0066;
}

h2{
margin:10px;
margin-bottom:2px;
margin-top:2px;
font-family:tahoma;
font-size:12px;
font-weight:bold;
color:#666666;
}

.dots-right{
border-right:1px dotted #999999;
}

.bottom-stripe{
background:url(images/bottom_stripe.jpg) no-repeat center;
height:34px;
}

.menu-bg{
background:url(images/bgr_menu.jpg) repeat-x top;
height:24px;
}

.black{
color:#000000;
}

.txtbox{
border:1px solid #666666;
font-family:tahoma;
font-size:11px;
}

.brdr{
border:1px solid #CCCCCC;
padding:4px;
background:#ffffff;
}