/* CSS for long EULA, Terms and Conditions, BMJ Eula */


body {
	background-color: #efefef;
	margin: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

h1, h2, h3, {
	font-weight: bold;
}

h1 { font-size: 22px;}
h2 { font-size: 18px;}
h3 { font-size: 14px;}
h4 {
	font-weight: normal;
	font-size: 12px;
}

p { margin-bottom: .8em;}

a { 
	color: #039; 
}

a:hover { 
	cursor: pointer;
	color: #900;
	text-decoration: none;
}

.eulaheading {
	text-align: center;
	background: #C1CEDD url(../../images/bg_heading.gif) repeat-x; 
	color: #000; 
	padding: 5px 0;
	width: 100%;
	margin-bottom: 0;
}

div.eulaContent {
	background-color: #fff;
	padding: 10px;
	margin:  0 0 1px;
}

.eulaclose {
	background-color: #fff;
	padding: 15px;
	text-align: center;
	margin: 0;
}

.eulaheading h1 {
	margin-bottom: 0;
}

.eulacenter {
	text-align: center;
}
