body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
body {
	background-color: #3C1F24;
	margin: 0px;
	padding: 0px;
}
#myscroller {
position:relative; // mandatory
width:200px; height:150px; // set as required
background-color:#ffffcc; // set as required
overflow:hidden; // mandatory
border:solid 1px; margin:5px; // optional
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #C193B5;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C193B5;
	}

.titleTop {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/box02.jpg);
	background-repeat: repeat-x;
	white-space: nowrap;
}
.content {
	padding-top: 3px;
	padding-bottom: 10px;
}
.titleMid {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/box07.jpg);
	background-repeat: repeat-x;
	white-space: nowrap;
}
.titlePop {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	color: #EBBDD9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.contentPop {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
.topBar {
	background-image: url(images/topBar.jpg);
	background-repeat: repeat-x;
	height: 20px;
	padding-right: 8px;
}
.copyright {
	font-size: 10px;
}


.smalltext {
font-family : Arial, Helvetica, sans-serif; 
font-style : normal; 
font-variant : normal; 
font-weight : normal; 
font-size : 10px; 
}


.smalltext a:link{
font-size : 10px;
}

.smalltext a:visited{
font-size : 10px;
}

.noline a:link{
  text-decoration : none;
}

.noline a:visited{
  text-decoration : none;
}


.largetext {
font-size : 11px;
}

.largetext a:link{
font-size : 11px;
}

.largetext a:visited{
font-size : 11px;
}

.errortext {
  font-family : Arial, Helvetica, sans-serif; 
  font-size : 10px;
  color : red;
  font-weight : bold;
}

.grid {
border : #efb240 .05em solid;
}

.white {
	background-color : #5D5562;
	color: #FFFFFF;
}

.black {
  background-color : black;
}

.bg_dark {
	background-color : #410E13;
	color: #FFFFFF;
}

.bg_medium {
	background-color : #64151D;
	color: #FFFFFF;
}

.bg_light {
	background-color : #841D48;
	color: #FFFFFF;
}
