/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: small;
}
body {
	background-color: #515054;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
	
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 370px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding: 10px;

}




h3 {
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	line-height: 16pt;	
}

.footer {
	font-size: x-small;
	font-weight: normal;
}
a:link {
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
	font-size: xx-small;
	text-align: left;
}

a:visited {
	font-size: xx-small;
	color: #000000;
	text-decoration: none;
	font-size: xx-small;
}

a:hover {
	font-size: x-small;
	color: #CCCCCC;
	text-decoration: underline;
	font-size: xx-small;
}

h2 {
	font-size: x-small;
	font-weight: bold;
}

h1 {
	font-size: small;
	font-weight: bold;
}
.readmore {
	font-size: xx-small;
	font-weight: bold;
	color: #990000;
	text-align: right;
}

.title {
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}
.whitetext {
	font-size: x-small;
	color: #FFFFFF;
	text-align: left;
}
.link {
	font-size: small;
	color: #000000;
}
.normal {
	font-size: x-small;
}
.pink_title {
	font-size: medium;
	font-weight: bold;
	color: #C83721;
}

p.big {
	font-size: 17px;
}
p.big a, p.big a:hover, p.big a:visited {
	font-size: 17px;
	color: #EF4030;
	text-decoration: none;
}
.bigRed {
	color: #EF4030;
}

