a:link, a:visited, a:active { color: #03C; }

a.dg { color: #333; }
a.noul { text-decoration: none; }
	
code {
	font-family: Courier, "Courier New", monospace;
	font-size: 12px;
	}
 

img { border: none; }
	
dt {
	padding-bottom: 5px;
	}
	
dd { padding-bottom: 15px; }
	
emphasis {
	font-style: italic;
	}

form {
	margin: 0px;
	padding: 0px;
	}

h1,h2,h3,h4,h5,h6 {
			font-family: Arial, "Times New Roman";

		font-weight: bold;
		color: #000;
	margin-top: 6px;
	margin-bottom: 3px;
	padding: 0px;
	}

h1 {
	margin-top: 0px;
	font-size: 18px;
	}
	
h1.leftNavNoContent {
	margin-bottom: 8px;
}

h2 { font-size: 16px; }
	
h2.blog {
	margin-top: 18px;
	background-color: #BCE;
	padding-top: 3px;
	padding-bottom: 3px;
	}

h3 { font-size: 14px; }

h4 { font-size: 12px; }

h5 { font-size: 10px; }

h6 { font-size: 10px; }
	
hr {
	border: 0px; 
	margin-top: 12px;
	border-top: 1px dashed #999;
	height: 1px;
	}

td {
	font-size: 12px;
	color: #000;
	}

#gNavDiv {
	clear: both;
	margin-top: 8px;
	}
#gNavDiv .tab {
	float: left;
	width: 140px;
	margin-right: 6px;
	}
#gNavDiv .ltab {
	float: left;
	width: 140px;
	margin-right: 8px;
	}
#gNavDiv .rtab {
	float: right;
	margin-left: 2px;
	width: 140px;
	}

#gNavDiv .tabContent {
	height: 21px;
	padding: 5px 5px 0 5px;
	background: #BCE url('../aicons/navbar_x.gif') top left no-repeat;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
}
#gNavDiv .selected {
	background: #ddd url('../aicons/navbar_y.gif') top left no-repeat;
	border-bottom: 1px solid #DDD;
	}
	
#gSubNavDiv {
	clear: both;
	background: #DDD;
	text-align: center;
	padding: 8px 0px;
	margin-bottom: 12px;
	}
	
#gSubNavDivleft {
	clear: both;
	background: #DDD;
	text-align: left;
	padding: 8px 0px;
	margin-bottom: 12px;
	}
#gNavBottom {
	height: 24px;
	background: #DDD url('../aicons/pic_globalnav_gradation_8x24.gif') top left repeat-x;
	}
	
#footerDiv {
	clear: both;
	border-top: 1px solid #999;
	margin-top: 24px;
	padding-top: 12px;
	padding-bottom: 24px;
	font-size: 11px;
	text-align: center;
	background-color: #DDD;
	background-image: url('../aicons/bg/title_bg_gray.gif');
	background-repeat: repeat-x;
	background-position: left top;
	}

 #baseDiv {
	position: relative;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	}

.shiftcontainer{
	position: relative;
	left: 7px; /*Number should match -left shadow depth below*/
	top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
	width: 300px; /* container width*/
	background: transparent url('../aicons/bigshadow.gif') no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;	
border: 1px solid gray;	
padding: 6px;	
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

