body {
	background-color: #b5c7c7;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	font-family: Arial, sans-serif;
     	font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p.skin {
         	/* this contains the style you wish for the paragraph tags */
         	text-align: left;
         	text-indent: 0px;
         }

img.skin {
         	/* this contains the style you wish for the image tags */
         	width: 200px;
         	height: 150px;
         	border-width: 0px;
         }

a, a:active {
     	color: #d30010;
     	font-size: 9pt;
     	text-decoration: none;
     }

a:visited {
	text-decoration:none;
	color:#004ca6;
	font-weight:normal;}

a:hover{
	text-decoration:none;
	color:#49191e;
	font-weight:normal;
	font-style: italic;
	border-bottom: 1px #49191e dotted;
	background-color:#ffb832;}
	
.center {
	background-color: transparent;
	font-size: 8pt;
	font-family: 'Arial', Sans-Serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	letter-spacing: normal;
	word-spacing: normal;
	margin-bottom: 2px;
}

.title {
    	background-color: transparent;
     	border-bottom: 1px dotted #000000;
     	color: #d30010;
     	border-top: 0px solid #ffffff;
	font-family : 'Georgia', Serif;
	font-weight : bold;
     	font-size: 9pt;
     	padding: 4px 0px 4px 8px;     
     	text-align: justify;
     	text-transform: uppercase;
     	letter-spacing: 1px;
}


.title:first-letter {
	color:#000000;
	font-family: georgia;
	font-size: 11.5pt; 
	font-weight:bold;
	font-style:italic;}


strong {
	color: #d30010;
	font-family:georgia;
	text-transform: none;
	text-align: justify;
	font-weight: bold; 
	font-style: italic;
	font-size: 9pt;
	line-height:12pt;
}

b {
	color: #961e47;
	font-family:georgia;
	text-transform: none;
	text-align: justify;
	font-weight: bold; 
	font-size: 9pt;
	line-height:12pt;
}

em {
	color: #e82623;
	font-family:georgia;
	text-transform: none;
	text-align: justify;
	font-weight: bold; 
	font-size: 9pt;
	font-style: italic;
	line-height:12pt;
}

input, textarea { 
	font-family: Georgia; 
	color: #c5000b; 
	font-weight: normal;
	font-size: 9pt; 
	background-color:#fbed94;
	border-top: 0px #A5A59D solid;
	border-bottom: 1px #ffb933 solid;
	border-right: 0px #A5A59D solid;
	border-left: 0px #A5A59D solid;
}

blockquote {
	margin: 5px 15px 5px 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#FFFFFF;
	background-image: url(images/block-bg.jpg);
	background-repeat: repeat;
	}