/* CSS Document */

body{
margin:0px;
margin-top:10px;
font-family:tahoma;
background:url(images/bg-main.jpg) repeat-y center;
}

p{
font-size:12px;
color:#666666;
margin:10px;
}

h1{
margin:10px;
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
color:#a9015f;
letter-spacing:3px;
}

.line{
background:url(images/H-line.jpg) bottom no-repeat right;
}

/* link */
a:link {
	color:#666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #a9015f;
	}
a:active {
	text-decoration: none;
	color: #666666;
}

/* link */
a.pink:link {
	color:#a9015f;
	text-decoration: none;
}
a.pink:visited {
	text-decoration: none;
	color: #a9015f;
}
a.pink:hover {
	text-decoration: underline;
	color: #a9015f;
	}
a.pink:active {
	text-decoration: none;
	color: #a9015f;
}


.footer-bg{
background:#F1ECEE;

}

.copy{
font-size:10px;
color:#333333;
margin:10px;
}

.white{
font-size:10px;
color: white;
margin:10px;
}

.gray{
color:#666666;
}

.brdr{
border:1px solid #cccccc;
padding:5px;
color:#FFFFFF;
}

.NewsBgr {
background:#fcebf5;
}