/***************************************** COMMON TABLE STYLES */

.commonBorderTable {
	border:1px solid #435664;
}
.commonNoBorderTable {
	border:0px;
}
.mainBodyTable {
	width:780px;
	text-align:justify;
}
.mainLeftOuterTable {
	width:162px;
	text-align:justify;
}
.mainLeftInnerTable {
	width:160px;
	margin-top:5px;
}
.mainRightOuterTable {
	width:618px;
	text-align:justify;
}

/***************************************** COMMON DIV STYLES */

.commonRelativeDiv {
	position:relative;
}
.commonAbsoluteDiv {
	position:absolute;
}

/***************************************** COMMON SMALL PROMO BANNER STYLES */

.commonPromoBannerDiv {
	position:relative;
	margin-top:5px;
	margin-left:3px;
	line-height:25px;
}
.commonPromoBannerTable {
	width:615px;
	height:25px;
	font-family:verdana;
	font-size:16px;
	color:#DDDDDD;
	text-align:justify;
}

/***************************************** COMMON FONT STYLES */

.commonCopyFont9 {
	font-family:verdana;
	font-size:9px;
	font-weight:normal;
	color:#435664;
}
.commonCopyFont10 {
	font-family:verdana;
	font-size:10px;
	font-weight:normal;
	color:#000000;
}
.commonCopyFont11 {
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	color:#000000;
}
.commonCopyFont12 {
	font-family:verdana;
	font-size:12px;
	font-weight:normal;
	color:#000000;
}
.commonTitleFont12 {
	font-family:verdana;
	font-size:12px;
	font-weight:bold;
	color:#435664;
}
.commonMenuFont11 {
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#435664;
}

/***************************************** COMMON LINK STYLES */

.commonLink {
}
.commonLink a:link {
	text-decoration:none;
	color:#000000;
}
.commonLink a:hover {
	text-decoration:underline;
	color:#000000;
}
.commonLink a:visited {
	text-decoration:none;
	color:#000000;
}
.commonMenuLink {
}
.commonMenuLink a:link {
	text-decoration:none;
	color:#435664;
}
.commonMenuLink a:hover {
	text-decoration:underline;
	color:#435664;
}
.commonMenuLink a:visited {
	text-decoration:none;
	color:#435664;
}
.commonBlueLink {
}
.commonBlueLink a:link {
	text-decoration:none;
	color:#435664;
}
.commonBlueLink a:hover {
	text-decoration:underline;
	color:#435664;
}
.commonBlueLink a:visited {
	text-decoration:none;
	color:#435664;
}
.commonFileDownloadLink {
}
.commonFileDownloadLink a:link {
	text-decoration:none;
	font-weight:bold;
	color:#F78E00;
}
.commonFileDownloadLink a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#F78E00;
}
.commonFileDownloadLink a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#F78E00;
}

/***************************************** COMMON SPOTLIGHT ELEMENT STYLES */

.commonSpotlightBoxContent {
	position:relative;
	border:0px;
	height:139px;
	width:193px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:2.5px;
	margin-right:2.5px;
	font-family:verdana;
	font-size:10px;
	color:#000000;
}
.commonSpotlightDivLine {
	position:relative;
	border:0px;
	height:95%;
	margin-top:5px;
	background-image:url('../images/layout/v_dot.gif');
	width:1px;
}
.commonSpotlightLeftContent {
	position:absolute;
	border:0px;
	left:0px;
	top:0px;
	width:52px;
	height:100%;
	text-align:center;
	font-size:6px;
}
.commonSpotlightRightContent {
	position:absolute;
	border:0px;
	left:57px;
	top:0px;
	width:136px;
	height:100%;
	text-align:left;
}
.commonSpotlightLinkDiv {
	position:absolute;
	top:5px;
	right:5px;
	width:240px;
	height:1px;
	border:0px;
	text-align:right;
	line-height:14px;
}
.commonDetailHorizDivLine {
	position:relative;
	border:0px;
	height:3px;
	width:98%;
	background-image:url('../images/layout/h_dot.gif');
	margin-top:10px;
	margin-bottom:10px;
	font-size:0px;
}

/***************************************** COMMON BOX STYLES */

.commonBoxTitles {
	position:relative;
	width:100%;
	height:25px;
	border:0px;
	background-color:#DDDDDD;
	top:0px;
	overflow:hidden;
	line-height:25px;
	text-align:left;
}
/** THE FOLLOWING STYLE IS CURRENTLY NOT BEING USED */
.commonBoxTitlesDouble {
	position:relative;
	width:100%;
	height:40px;
	border:0px;
	background-color:#DDDDDD;
	top:0px;
	word-wrap:break-word;
	overflow:hidden;
	line-height:19px;
	text-align:left;
}
.commonBoxContent {
	position:relative;
	width:98%;
	border:0px;
	top:0px;
	word-wrap:break-word;
	overflow:hidden;
	text-align:left;
	line-height:14px;
	margin:1px;
}

.commonBoxBottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:20px;
	border:0px;
	background-color:#DDDDDD;
	overflow:hidden;
}
/***************************************** COMMON MISCELLANEOUS ELEMENT STYLES */

.commonBoxItemHighlight {
	position:relative;
	border:1px solid #FFFFFF;
	background-color:#FFFFFF;
	width:100%;
}

.commonMenuArrowSpan {
	position:relative;
	border:0px;
	top:-1px;
	font-family:arial;
	font-size:8px;
	color:#FF9300;
}
.commonMoreLinkDiv {
	position:relative;
	right:5px;
	bottom:5px;
	width:100%;
	border:0px;
	font-family:verdana;
	font-size:11px;
	color:#000000;
	text-align:right;
	margin-bottom:0px;
}
commonImgBorder {
	border:5px solid #435664;
}
