/*_____________________________________________________________________________
 *
 * FORM (ELEMENT STYLE)------>
 */
	/* ELEMENT (SIZE)------*/
	div#ElementForm						{width:auto;	height:auto;		padding:5px 2%;				display:block;}
	div#ElementForm		form			{width:auto;	height:100%;		padding:0px 5px;			display:block;}
	div#ElementForm		fieldset		{width:190px;	height:auto;		padding:0px 0px;			display:block;}
	div#ElementForm		legend			{width:auto;	height:auto;		padding:3px 3px;			display:block;}
	div#ElementForm		label			{width:auto;	height:auto;		padding:0px 0px;			display:block;}
	div#ElementForm		label.checkbox	{width:auto;	height:auto;		padding:0px 0px;			display:block;}
	div#ElementForm		label.radio		{width:auto;	height:auto;		padding:0px 0px;			display:block;}
	div#ElementForm		input			{width:80%;		height:auto;		padding:2px 4px;			display:block;}
	div#ElementForm		input.checkbox	{width:auto;	height:auto;		padding:0px 0px;			display:block;}
	div#ElementForm		input.hidden	{width:0px;		height:0px;			padding:0px 0px;			display:block;}
	div#ElementForm		input.radio		{width:auto;	height:16px;		padding:0px 0px 0px 0px;	display:block;}
	div#ElementForm		input.submit	{width:40px;	height:25px;		padding:0px 0px 0px 0px;	display:block;}
	div#ElementForm		select			{width:170px;	height:auto;		padding:0px 0px 2px 5px;	display:block;}
	div#ElementForm		textarea		{width:80%;		height:6em;			padding:2px 4px;			display:block;}
	div#ElementForm		span.error		{width:auto;	height:auto;		padding:0px 4px 0px 0px;	display:block;}
	div#ElementForm		p				{width:94%;		height:auto;		padding:2px 2%;				display:block;}
	/* ELEMENT (POSITIONING)------*/
	div#ElementForm						{position:relative;	margin:0px auto;			clear:both;}
	div#ElementForm		form			{position:relative;	margin:0px auto 10px auto;	clear:both;}
	div#ElementForm		fieldset		{position:relative;	margin:5px auto 5px auto;	float:left;}
	div#ElementForm		legend			{position:relative;	margin:5px auto 5px auto;	clear:both;}
	div#ElementForm		label			{position:relative;	margin:10px 10px 5px 10px;	clear:both;		float:left;}
	div#ElementForm		label.checkbox	{position:relative;	margin:.3em 0em .3em 1.5em;	clear:right;	float:left;}
	div#ElementForm		label.radio		{position:relative;	margin:.3em 0em .3em 1.5em;	clear:right;	float:left;}
	div#ElementForm		input			{position:relative;	margin:0px auto;			clear:both;		float:none;}
	div#ElementForm		input.radio		{position:relative;	margin:.3em 0em .3em1 .5em;	clear:left;		float:left;}
	div#ElementForm		input.checkbox	{position:relative;	margin:5px 0px 5px 20px;;	clear:left;		float:left;}
	div#ElementForm		input.submit	{position:relative;	margin:10px auto 10px auto;	clear:both;		float:none;}
	div#ElementForm		input.hidden	{position:relative;	margin:0px 0px;}
	div#ElementForm		select			{position:relative;	margin:0px auto;			clear:both;		float:none;}
	div#ElementForm		textarea		{position:relative;	margin:.5em auto;}
	div#ElementForm		span.error		{position:relative;	margin:1em 0px 0px 0px;		clear:right;	float:right;}
	div#ElementForm		p				{position:relative;	margin:0px auto;}
	/* ELEMENT (COLORS AND BORDERS)------*/
	div#ElementForm						{}
	div#ElementForm		form			{}
	div#ElementForm		fieldset		{color: #003366; 	border:none; background: none;}
	div#ElementForm		legend			{color: #FFFFFF;	border: #CFCFCF 1px solid;}
	div#ElementForm		label			{color: #000000;}
	div#ElementForm		input.radio		{color: #003366;	background: #003366;}
	div#ElementForm		input			{color: #000000;	background: #FFFFFF;	border: #003366 2px solid;}
	div#ElementForm		input:focus		{color: #003366;	background: #FFAA00;}
	div#ElementForm		label.checkbox	{color: #003366;	border:none;}
	div#ElementForm		input.hidden	{border:none;}
	div#ElementForm		label.radio		{border:none;}
	div#ElementForm		input.submit	{color: #FFFFFF;	border:none;}
	div#ElementForm		select			{color: #000000;	background: #FFFFFF;	border: #003366 2px solid;}
	div#ElementForm		select:focus	{color: #003366;	background: #FFFFFF;}
	div#ElementForm		textarea		{color: #FFAA00;	background: #003366;	border: #003366 2px solid;}
	div#ElementForm		textarea:focus	{color: #003366;	background: #CFCFCF;}
	div#ElementForm		span.error		{color: #FF0000;}
	div#ElementForm		p				{color: #003366;}
	/* ELEMENT (BACKGROUND IMAGES)------*/
	div#ElementForm		fieldset		{}
	div#ElementForm		legend			{background:url(../images/Page/ElementTable.png) no-repeat -2px 0px;}
	div#ElementForm		input			{}
	div#ElementForm		input.submit	{background:url(../images/Page/ElementFormGo.png) no-repeat;}
	/* ELEMENT (TYPE SETTING)------*/
	div#ElementForm		form			{font:11pxVerdana;}
	div#ElementForm		fieldset		{}
	div#ElementForm		legend			{font-size:11px;	font-weight:bold;	text-transform:uppercase;}
	div#ElementForm		label			{font-size:11px;	font-weight:bold;	font-style:oblique;}
	div#ElementForm		label.checkbox	{}
	div#ElementForm		label.radio	{}
	div#ElementForm		input			{font-size:12px;	font-weight:normal;}
	div#ElementForm		input.checkbox	{}
	div#ElementForm		input.hidden	{}
	div#ElementForm		input.radio	{}
	div#ElementForm		input.submit	{font-weight:bold;	text-align:center;}
	div#ElementForm		select			{font-size:12px;	font-weight:normal;}
	div#ElementForm		textarea		{font-size:12px;	font-weight:normal;}
	div#ElementForm		span.error		{font-size:10px;}
	div#ElementForm		p				{font-size:10px;	font-style:oblique; text-align:justify;}	
	/* ELEMENT (SCROLL BARS)------*/
/*_____________________________________________________________________________
 *
 * (ELEMENT STYLE)------>
 */
	/* ELEMENT (SIZE)------*/
	div#ElementIFramePage				{width:1006px;	height:100%;		padding:0px 0px;			display:block;	overflow:hidden;}
	/* ELEMENT (POSITIONING)------*/
	div#ElementIFramePage				{position:relative; margin:0px auto 0px auto;	z-index:2; clear:both;}
	/* ELEMENT (COLORS AND BORDERS)------*/
	div#ElementIFrame					{border:#003366 1px solid;}
	/* ELEMENT (BACKGROUND IMAGES)------*/
	/* ELEMENT (TYPE SETTING)------*/
	/* ELEMENT (SCROLL BARS)------*/
/*_____________________________________________________________________________
 *
 * (ELEMENT STYLE)------>
 */
	/* ELEMENT (SIZE)------*/
	div#ElementTable					{width:100%;		height:200px;		padding:0px 0px;			display:block;}
	div#ElementTable	table			{width:90%;			height:auto;		padding:0px 0px;}
	div#ElementTable	th				{max-width:250px;	height:22px;		padding:0px 5px 0px 5px;}
	div#ElementTable	td				{max-width:250px;	height:auto;		padding:3px 10px 3px 10px;	overflow:hidden;}
	/* ELEMENT (POSITIONING)------*/
	div#ElementTable					{position:relative; margin:30px auto 0px auto; clear:both;}
	div#ElementTable	table			{position:relative; margin:0px auto 10px auto;}
	/* ELEMENT (COLORS AND BORDERS)------*/
	div#ElementTable	table			{color:#000000; border:#003366 1px solid;}
	div#ElementTable	tr				{background-color:#FFFFFF;}
	div#ElementTable	tr.odd			{background-color:#EFEFEF;}
	div#ElementTable	th				{border-top:#FFAA00 1px solid; border-left:#1f1f1f 1pt solid;}
	div#ElementTable	td				{border-top:#FFAA00 1px solid; border-bottom:#1f1f1f 1px solid; border-left:#1f1f1f 1pt solid}
	div#ElementTable	th a			{color:#FFFFFF;}
	div#ElementTable	td a			{color:#003366;}
	div#ElementTable	th a:hover 		{color:#FFAA00;}
	div#ElementTable	td a:hover 		{color:#FFAA00;}
	/* ELEMENT (BACKGROUND IMAGES)------*/
	div#ElementTable	th				{background: url(../images/Page/ElementTable.png) no-repeat -2px -2px;}
	/* ELEMENT (TYPE SETTING)------*/
	div#ElementTable					{}
	div#ElementTable	table			{text-align:center;}
	div#ElementTable	th a			{font-size:11px; text-transform:uppercase; font-weight:bold; text-decoration:none;}
	div#ElementTable	th a:hover 		{font-size:11px;}
	div#ElementTable	td				{font-size:12px; text-align:left;}
	div#ElementTable	td a			{font-size:12px; font-weight:normal; text-decoration:underline}
	div#ElementTable	td a:hover		{font-size:12px; text-decoration:none;}
	/* ELEMENT (SCROLL BARS)------*/
/*_____________________________________________________________________________
 *
 * (ELEMENT STYLE)------>
 */
	/* ELEMENT (SIZE)------*/
	div#ElementUlist					{width:769px;	height: auto;		padding:0px 0px;		display:block;}
	div#ElementUlist	div				{width:300px;	min-height:220px;	padding:0px 0px;		display:block;}
	div#ElementUlist	ul				{width:auto;	height:auto;		padding:0px 0px;		display:block;}
	div#ElementUlist	ul	li			{width:auto;	height:auto;		padding:2px 2px;		display:block;}
	div#ElementUlist	ul:first-child	{}
	div#ElementUlist	li	h3			{width:30%;		height:auto;		padding:0px 0px;		display:block;}
	div#ElementUlist	li	p			{width:60%;		height:auto;		padding:0px 0px;		display:block;}
	/* ELEMENT (POSITIONING)------*/
	div#ElementUlist					{position:relative;	margin:10px auto; clear:both;}
	div#ElementUlist	div				{position:relative;	margin:5px; float:left;}
	div#ElementUlist	ul				{position:relative;	margin:5px;}
	div#ElementUlist	ul:first-child	{}
	div#ElementUlist	ul	li			{margin:0px auto 4px auto;}
	div#ElementUlist	li	h3			{margin:0px 0px 0px 5px}
	div#ElementUlist	li	img			{margin:1em	auto 0em auto}
	div#ElementUlist	li	p			{margin:-1.1em 0em 0em 35%}
	/* ELEMENT (COLORS AND BORDERS)------*/
	div#ElementUlist					{border:#FFFFFF	1px solid; background-color:#000000;}
	div#ElementUlist	div				{color:#003366; border:#003366	1px solid; background-color:#FFFFFF;}
	div#ElementUlist	ul				{}
	div#ElementUlist	ul:first-child	{}
	div#ElementUlist	ul	li			{}
	div#ElementUlist	ul	li.even		{background-color:#EFEFEF;}
	div#ElementUlist	li	a			{color:#000000;}
	div#ElementUlist	li	a:hover		{color:#003366;}
	div#ElementUlist	li	h3			{}
	div#ElementUlist	li	p	a:hover	{color:#333333;}
	/* ELEMENT (BACKGROUND IMAGES)------*/
	div#ElementUlist	ul:first-child	{background:url(../images/Page/ElementHeading.png)	no-repeat;}
	/* ELEMENT (TYPE SETTING)------*/
	div#ElementUlist	div				{font-size:11px;	font-weight:normal;	text-align:left;}
	div#ElementUlist	ul				{list-style-type:none;font-weight:normal;}
	div#ElementUlist	ul:first-child a		{font-size:12px}
	div#ElementUlist	ul:first-child a:hover	{font-size:12px}
	div#ElementUlist	ul	li			{font-size:11px;	font-weight:normal;}
	div#ElementUlist	li	h3			{font-size:11px;	font-weight:normal;}
	div#ElementUlist	li	p			{font-size:11px;	font-weight:normal;}
	div#ElementUlist	li	a			{font-size:12px;	font-weight:normal;	text-decoration:none;}
	div#ElementUlist	li	a:hover		{font-size:12px;	font-weight:normal;	text-decoration:none;}
	div#ElementUlist	li	p	a		{font-size:11px;	font-weight:bold;}
	div#ElementUlist	li	p	a:hover	{font-size:11px;	font-weight:bold;}
	/* ELEMENT (SCROLL BARS)------*/
