.pagebg {
	background-image: url(../images/pgbg.gif);
	background-repeat: repeat;
	background-position: top;
}
.mastertable {
	background-image: url(../images/pgtopbg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.welcome {
	background-image: url(../images/welcomebg.gif);
	background-repeat: no-repeat;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EBEEE1;
	font-weight: normal;
	line-height: 18px;
}
.textfield {
	width: 85px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D005E;
	height: 11px;
	border: 1px solid #2D005E;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 10px 10px 10px 0px;
	color: #2D005E;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 40px;
	*/
}

body, p, td, th, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 40px;
	font-size: 12px;
	line-height: 4px;
}
a:link {
	color: #1F632A;
}
a:hover {
	color: #2D005E;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	color: #2D005E;
}
.clientlogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D005E;
	text-align: center;
	font-weight: bold;
}
.welcometext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	line-height: 18px;
	margin: 15px 30px 65px;
}
.logintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2D005E;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
	font-weight: bold;
	color: #2D005E;
}
a:visited {
	color: #1F632A;
}
a:active {
	color: #1F632A;
}

#Content {
	padding : 10px 40px;
}

.songTable {
	width : 100%;
	border : 1px #000000 solid;
	border-collapse : collapse;
}

.songTable th,
.songTable tr th {
	font-weight : bold;
	text-align : left;
	border-bottom : 1px #000000 solid;
	padding : 3px;
	background-color : #2D005E;
	color : #FFFFFF;
}

.songTable td,
.songTable tr td {
	padding : 3px;
}

.songTable th a:link,
.songTable th a:active,
.songTable th a:visited,
.songTable tr th a:link,
.songTable tr th a:active,
.songTable tr th a:visited {
	color : #FFFFFF;
	font-weight : bold;
	text-decoration : none;
}

.songTable th a:hover,
.songTable tr th a:hover {
	text-decoration : underline;
}

.oddRow {
	background-color : #C2C4B9;
}

.evenRow {
}
