﻿.Content
{
 width:906px;
 border-left-style:solid;
 border-right-style:solid;
 border-left-color:Black;
 border-right-color:Black;
 border-left-width:2px;
 border-right-width:2px;  
 border-bottom-width:1px; 
 border-bottom-style:solid;
}

.Caption
{
 text-align:center;
 font-family:Arial;
 color:Black;
 font-size:18px;
 font-weight:bold;	
}

.TextArea
{
	padding-left:25px;
	padding-bottom:5px;
	padding-right:25px;
}

.TextArea img
{
	padding-left:5px;
	padding-bottom:5px;
	padding-right:5px;
}

.TextArea h1
{
font-family: Arial;
color:  black;
font-size: 12pt;
font-weight:  bold;
}

.TextArea h2
{
font-style:italic;
font-family: Arial;
color:  black;
font-size: 10pt;
font-weight:  bold;
}

.TextArea h1 a
{
 text-decoration:none;
}

/**
.TextArea h1 a:hover,a:visited
{
 text-decoration:none;
 color:Blue;
}

**/

.TextArea p
{
 text-align:justify;
 font-family: Arial;
 color:  black;
 font-size: 10pt;
 padding-right:5px;
}

.TextArea p a
{
text-decoration:none;
}

.pjustify
{
 text-align:justify;
 font-family: Arial;
 color:  black;
 font-size: 10pt;
}

.ImageRight
{
 width:900px;
 clear:both;
}

.ImageRightText
{
	padding-left:5px;
	padding-bottom:5px;
	width:500px;
	float:left;
}

.ImageRight img
{
 width:360px;
 float:right;
 height:240px;
}

.ImageBottom
{
	padding-bottom:5px;
	clear:both; 
}

.ImageLeft
{
 width:900px;
 clear:both;
}

.ImageLeftText
{
	padding-left:5px;
	padding-bottom:5px;
	width:500px;
	float:right;
}

.ImageLeft img
{
 width:360px;
 float:left;
 height:240px;
 padding-top:10px;
}