body {
	margin-top: 0px;
	background-image: url(images/bg-copy.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #afe0ff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:normal;
}

.small {
	font-size: small;
	font-weight: normal;
}

.medium {font-size: medium}

.gender {
	font-size: small;
	font-weight: bold;
}

.red {color: #ed2227;
	font-size: medium;
	font-weight:bold;}
	
.redSmall {color: #ed2227;
	font-size: small}
	
.redSmItalic {color: #ed2227;
	font-size: small;
	font-style:italic;
	font-weight:bolder;}
	
.blueSmall {color: #0000FF;
	font-size: small}

html,body {
 		scrollbar-3dlight-color:#afe0ff;
		   scrollbar-arrow-color:white;
		   scrollbar-base-color:blue;
		   scrollbar-darkshadow-color:green;
		   scrollbar-face-color:#afe0ff;
		   scrollbar-highlight-color:white;
		   scrollbar-shadow-color:#74BF43
		   }

.linkNoUnderline {
	text-decoration: none;
	color: #0000FF;
}

.greenItalic {color:#009900;
			font-size: small;
			font-style:italic;
			font-weight:bolder;}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #0099FF;
	background-color:#FFFFCC;
}
.dropCap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: #F50000;
	letter-spacing:-200;
}
li {color:#33CCFF;
	font-size:large}

li span {color:#000000;
		font-size:small}
		
.border {border:thin dashed #56ade0}
.redBG {background-color:#FF0000;
		color:#FFFFFF;
		font-weight:bold;}
