/* CSS Document for Digital Music Research Website*/

body{
    font-family: arial, verdana, sans-serif; 
	background-color: #ffffff; 
	margin: 0px; }

div{
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

/*Header File Definitions*/

.content{
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 75px;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #333333;
	text-align: justify;
}

.content_posters{
	padding-top: 15px;
	padding-left: 25px;
	padding-bottom: 15px;
	padding-right: 15px;
	font-size: 11px;
	letter-spacing: 0px;
	line-height: 22px;
	color: #333333;
	text-align: justify;
}

.directory{font-size: 11px;}
.dir_hed{font-weight: bold; padding-bottom: 5px; }
.dir_pad{padding-bottom: 15px; }


.pc{		width: 400px;	
			text-align: center;
			padding-bottom: 15px;}

/*Footer Information*/
.footer{
	text-align: right;
	font-size: 11px;
	padding-right: 10px;
	}
	
/*Links*/
a:link { font-size: 11px; color: #000000; text-decoration: none; }
a:visited { font-size: 11px; color: #000000; text-decoration: none; }
a:hover { font-size: 11px; color: #000000; text-decoration: underline; }

a.underline:link {text-decoration: underline; }
a.underline:visited {text-decoration: underline; }
a.underline:hover {text-decoration: none; }

a.boldLink:link {font-weight: bold;}
a.boldLink:visited {font-weight: bold;}
a.boldLink:hover {font-weight: bold;}

a.red:link { color: #FF0000;}
a.red:visited { color: #FF0000;}
a.red:hover { color: #FF0000; }


/* Forms */
.input {width: 175px; border: 1px solid #ff0000; background-color: #ffffff; font-size: 11px; color: #ffffff;}
.button {width: 50px; border: 1px solid #ff0000; background-color: #333333; font-size: 11px; color: #ffffff;}