/* Santander demo style sheet - CSS Document */

html {
font-family: Arial, Helvetica, sans-serif; color: black; size: 12pt;
}

body {background-color: green;}

/* Page background colour */
.bgcol {background-color: white}
.demobg { background-color: red; 
	}

a {
text-decoration: none;
color: #ffffff;
font-weight: normal;
}

a:hover {
text-decoration: underline;
color: blue;
font-weight: normal;
}

a.main {text-decoration: none; color:#ffffff; font-weight: bold;}
a.main:hover {color: #0000ff; text-decoration: underline;}
a.main:visited {text-decoration: none; color: black;}

.title1 {
color: white;
font-size: 34px;
font-weight: bold;
font-stretch:extra-expanded;
}

.title2 {
color: white;
font-size: 24pt;
}

.heading {
color: white;
font-size: 16pt;
}

.grey {
color: grey;
}

.prevnext {
	background-color: red;
}

.textBox {
		background-color: #FFFFFF;
		border-top: #ff0000 4px solid;
		border-bottom: #ff0000 10px solid;
		font-size: 11px;
	color: #333333;
	font-weight: normal;
	background-color: white;
}

.control {
color: #ffffff;
font-size: 14pt;
font-weight: normal;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
}

a.control {
color: #ffffff;
font-size: 14pt;
font-weight: normal;
text-decoration: none;
}

a.control:hover {
color: black;
text-decoration: underline;
}

.menuitems {
font-weight: bold;
color: white;
}

a.menuitems {
font-weight: bold;
color: white;
}

a.menuitems:hover {
font-weight: bold;
color: blue;
}

.titlebar {
font-size: 14pt;
font-weight: bold;
}

p.heading {
	color: white;
	font-size: 34px;
	padding-left: 120px;
	
}

p.detail {
	font-size: 12px;
	color: white;
	padding-left: 120px;
	padding-right: 200px;
	
}

.devcom1 {
font-size: 11px;
color:#00FF00;
font-family:Georgia, "Times New Roman", Times, serif;
}

.devcom2 {
font-size: 11px;
color: #FFFF99;
font-family:Georgia, "Times New Roman", Times, serif;
}

.devcom3 {
font-size: 11px;
color:#66FFFF;
font-family:Georgia, "Times New Roman", Times, serif;
}
