@charset "ISO-8859-1";
.no-repeat {
	background-repeat: no-repeat;
}

.a:link {
	color: #7c1619;
	text-decoration: none;
	text-decoration: underline;
}
.a:hover {
	color: #7c1619;
	text-decoration: underline;
}
.a:visited {
    color: #7c1619;
	text-decoration: none;
}
.a:active {
	text-decoration: none;
	text-decoration: underline;
}

.b:link {
	color: #FFFFFF;
	text-decoration: none;
}
.b:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.b:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.b:active {
	text-decoration: none;
}

.c:link {
	color: #ffffff;
	text-decoration: none;
}
.c:hover {
	color: #ffffff;
	text-decoration: underline;
}
.c:visited {
	text-decoration: none;
	color: #ffffff;
}
.c:active {
	color:#ffffff;
	text-decoration: none;
}

.pageheader {
	color: #2e3192;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}


.contact {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 15px;
	letter-spacing: 1px;
}

.menu {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
}

.leftnav {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
}

.leftnav2 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 13px;
	font-style:oblique;
	text-align: center;
}

.bodytext {
	color: #000000;
	font-family: Arial;
	font-size: 12px;
	text-align: left;
	
}

.bodytext1 {
	color: #7a1719;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	
}


.footer {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	line-height: 15px;
}

.footer2 {
	color: #29314b;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
}

.copyright {
	color: #0088bd;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}
.tumblr_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: Bold;
	color: #7d1207;
	margin-bottom: 15px;
}

.tumblr_body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #39434c;
	text-align: justify;
	margin-bottom: 20px;
}

.article_box	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f0f0f0;
	padding-left: 15px;
	padding-top: 10px;
	width: 180px;
}


