body,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #710D0F;
}

hr {
     color: #710D0F;
}

img {
      spacing: 10px;
      	border-top-color: #710D0F;
	border-right-color: #710D0F;
	border-bottom-color: #710D0F;
	border-left-color: #710D0F;
}

p, h2 { 
	font-family: Arial, Helvetica, sans-serif;
	
	color: white;
 }

a:link {
	text-decoration: none;
	color: white;
}
a:visited {
	text-decoration: none;
	color: white;
}
a:hover {
	text-decoration: underline;
	color: white;
}
a:active {
	text-decoration: none;
	color: white;
}

.base {
	background-attachment: fixed;
	background-color: #000000;
	
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
}

.boxFrame {
	border: 1px solid #000000;
	padding: 10px;
	background-color: black;
	background-image: url(pic/viha_bgimg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.box {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #710D0F;
	border-right-color: #710D0F;
	border-bottom-color: #710D0F;
	border-left-color: #710D0F;
	
}

.buttonL {
	background-image: url(pic/buttons/buttonL.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.buttonM {
	background-image: url(pic/buttons/buttonM.gif);
	background-repeat: repeat-x;
	background-position: center center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: 1px;
	font-size: 15px;
	color: #999999;
	text-decoration: none;
}
.buttonR {
	background-image: url(pic/buttons/buttonR.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.LbuttonL {
	background-image: url(pic/buttons/LbuttonL.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.LbuttonM {
	background-image: url(pic/buttons/LbuttonM.gif);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bolder;
	letter-spacing: 1px;
	text-align: center;
	color: #999999;
}
.LbuttonR {
	background-image: url(pic/buttons/LbuttonR.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
