/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#000000;
	font-size:12px;
}

img
{
	border: none;
	vertical-align:middle;
}

.emailImage
{
	vertical-align:middle;
	float:none;
	border:none;
	margin:0px 0px 0px 0px;
}

/* Style for table in the content area - left for content and right for image */
.myTable
{
	border:none;
}


/* Style for table in the template with fixed value */
.masterTable
{
	width:1000px; 
	border-spacing:0px;
}

.masterTable td
{
	margin:0px;
	padding:0px;
}

/* Align the image on the top of the page */
.topBar
{
	vertical-align:top;
}

.topBar div
{
	float:right;
}

/* Style for header below the top bar including left, middle, right column width and text format */
.headerBelowTopBar
{
	vertical-align:bottom;
}

.headerBelowTopBarLeft
{
	width:250px;
}

.headerBelowTopBarMiddle
{
	width:570px;
}

.headerBelowTopBarRight
{
	width:180px;
}

.headerBelowTopBarText
{
	font-size:17px;
	font-style:italic;
	color:#000;
	font-family: "Times New Roman", Times, serif;
}

.headerBelowTopBarText2
{
	font-size:12px;
	font-style:italic;
	color:#FFFFFF;
	text-align:center;
}

/* Change the background color and padding for left-middle-right columns */
.bothSideColumn
{
	background-color:#F0F0FF;
	vertical-align:top;
}

.middleColumn, td.middleColumn
{
	background-color:#FFFFFF;
	vertical-align:top;
	padding:10px;	
}

/* Style for color and size of the footer text */
.footerText
{
	color:#CCCCCC;
	font-size:9px;
}

/* Draw a faint line */
.faintLine
{
	height:1px;
	color:#CCCCCC;
	background-color:#CCCCCC;
}

/* Style for contents */
.content
{
	text-align:justify;
	line-height:20px;
}

.contentBold
{
	font-weight:bold;
}

.contentItalic
{
	font-style:italic;
}

.phoneNumber
{
	color:#0000FF;
}

.greenColor
{
	color:#009900;
}

.blueColor
{
	color:#0000FF;
}

.customList
{
	list-style-image:url(../Images/Bullets/arrow.gif);
	line-height:20px;
}

.title
{
	font-size:16px;
	font-weight:bold;
	color:#A45200;
	/*color:#492525;*/
}

.standout
{
	border: #590000 double medium;
	margin:0px 3px 0px 3px;
	padding: 3px 3px 3px 3px;
	font-size:11px;
	text-align:justify;
	line-height:15px;
}

.menuTable
{
	font-size:12px;
}

.menuTable td
{
	vertical-align:top;
}

.rightBlock
{
	line-height:18px;
	font-size:11px;
	color:#623131;
	padding-left:3px;
	border:solid medium #DFDFFF;
}

.rightBlock ul
{
	margin-left:0px;
	padding-left:20px;
}

.comment
{
	font-size:10px;
	color:#F00;
}

.hyperLink, .menuTable a {text-decoration:none;}
.hyperLink:link, .menuTable a:link {color:#0000FF;}
.hyperLink:visited, .menuTable a:visited {color:#0000FF;}
.hyperLink:hover, .menuTable a:hover {color:#9D4F4F; text-decoration:underline;}
.hyperLink:active, .menuTable a:active {color:#0000FF;}

.hyperLink1 {text-decoration:none;}
.hyperLink1:link {color:#C60;}
.hyperLink1:visited {color:#C60;}
.hyperLink1:hover {color:#9D4F4F; text-decoration:underline;}
.hyperLink1:active {color:#C60;}

.specialLink {text-decoration:none;}
.specialLink:link {color:#F00;}
.specialLink:visited {color:#F00;}
.specialLink:hover {color:#9D4F4F; text-decoration:underline;}
.specialLink:active {color:#F00;}
