/* html element definitions */
body {
		background: #999999; /*#C0E5FC;*/
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 140%;
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 105%;
}
p {
		text-align: justify;
		font-size:100%;
}

hr {
		border: 1px solid black;
}

li {
		padding-bottom: 4px;
}

/*
	 the following rule forces IE to behave like Mozilla/Firefox/Netscape
	 family of browsers by putting a dotted underline under the text
*/
abbr, acronym { 
		border-bottom: 1px dotted black;
		cursor: help;
}

/* class definitions */
.large_cap {
		font-size: 40px;		
}

a:link, a:visited {
		text-decoration: none;
}

a:hover {
		text-decoration: underline;
}

.centre_content	{
		text-align: center;
}

.updated_date_text {
		font-size: small;
}

.w3c_icon {
		border: 0;
		height: 31px;
		width: 88px;
}

/* id definitions */
#content_box{
		margin: 20px 80px 30px 80px;
		padding: 0px 20px 20px 20px;
		background-color: #fff; /*#E8F0FC;*/
		border: 1px solid black;
}

img#mypic {
		margin-top: 20px;
		margin-right: 2px;
		margin-left: 20px;
		margin-bottom: 10px;
		border: 1px solid black;
		/*width: 124px;
		height: 167px;*/
  		float: right;
}
	
/*
	the following rules will only be applied when in print preview mode 
*/	
@media print {
	
body {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12pt;
		color: black;
		background: none;
}

hr {
		border: 1pt solid black;	
}

li {
		padding-bottom: 1pt;
}

img {
		visibility: hidden;
		display: none;
}

/* class definitions */
a:link, a:visited {
		text-decoration: none;
		color: black;
}

.updated_date_text {
		font-size: small;
}

.w3c_icon {
		display: none;
		visibility: hidden; 
}

/* id definitions */
#content_box {
		margin-left: 1pt;
		margin-right: 1pt;
		border: 0;
}

img#mypic {
		display: none;
		visibility: hidden;
}
	
}