/*_____________________________________________________________________________
 *
 * 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		{min-width:190px;	height:auto;	padding:0px 0px;			display:block;}
	div#ElementForm		legend			{									padding:4px 5px 3px 5px;				  }
	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:170px;	height:16px;		padding:3px 5px 1px 5px;	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:180px;	height:auto;		padding:3px 5px 2px 5px;	display:block;}
	div#ElementForm		textarea		{width:85%;		height:6em;			padding:2px 4px;			display:block;}
	div#ElementForm		span.error		{width:auto;	height:auto;		padding:0px 4px 0px 0px;	display:block;}
	div#ElementForm		form p			{width:170px;	height:auto;		padding:5px 5PX;			display:block;}
	/* ELEMENT (POSITIONING)------*/
	div#ElementForm						{position:relative;	margin:0px auto;			clear:both;		float:none;}
	div#ElementForm		form			{position:relative;	margin:0px auto 0px auto;	clear:both;		float:none;}
	div#ElementForm		fieldset		{position:relative;	margin:0px 0px 0px 3px;								   }
	div#ElementForm		legend			{position:relative;	margin:0px auto 0px auto;	clear:both;		float:none;}
	div#ElementForm		label			{position:relative;	margin:6px 5px 2px 5px;		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 .3em 1.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:15px auto 10px auto;	clear:both;		float:none;}
	div#ElementForm		input.hidden	{position:relative;	margin:0px;}
	div#ElementForm		select			{position:relative;	margin:0px auto;			clear:both;		float:none;}
	div#ElementForm		textarea		{position:relative;	margin:.5em auto;			clear:both;		float:none;}
	div#ElementForm		span.error		{position:relative;	margin:1em 0px 0px 0px;		clear:right;	float:right;}
	div#ElementForm		form p			{position:relative;	margin:0px auto;			clear:both;		float:none;}
	/* 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: #003366;	border-bottom: #003366 1px solid;}
	div#ElementForm		input:focus		{color: #000000;	border-bottom: #003366 1px solid;}
	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: #003366; 	border: #003366 1px solid;}
	div#ElementForm		select:focus	{color: #003366; 	border: #003366 1px solid;}
	div#ElementForm		textarea		{color: #FFAA00;	background: #003366;	border: #003366 1px solid;}
	div#ElementForm		textarea:focus	{color: #003366;	background: #CFCFCF;}
	div#ElementForm		span.error		{color: #FF0000;}
	div#ElementForm		form p			{color: #003366;	border-bottom: #003366 1px solid;}
	/* ELEMENT (BACKGROUND IMAGES)------*/
	div#ElementForm		fieldset		{}
	div#ElementForm		legend			{background:url(../images/Page/ElementListHead.png) repeat-x;}
	div#ElementForm		input			{background:url(../images/Page/ElementFormInput.png) no-repeat;}
	div#ElementForm		input:focus		{background:url(../images/Page/ElementFormInputFocus.png) no-repeat;}
	div#ElementForm		select			{background:url(../images/Page/ElementFormInput.png) no-repeat;}
	div#ElementForm		select:focus	{background: #FFCC66 url(../images/Page/ElementFormInputFocus.png) no-repeat;}
	div#ElementForm		input.submit	{background:url(../images/Page/ElementFormGo.png) no-repeat;}
	div#ElementForm		form p			{background:url(../images/Page/ElementFormP.png) no-repeat;}
	/* ELEMENT (TYPE SETTING)------*/
	div#ElementForm		form			{font:Verdana;}
	div#ElementForm		fieldset		{}
	div#ElementForm		legend			{font-size:11px;	font-weight:normal;	text-transform:uppercase;}
	div#ElementForm		label			{font-size:12px;	font-weight:bold;	font-style:oblique;}
	div#ElementForm		label.checkbox	{}
	div#ElementForm		label.radio	{}
	div#ElementForm		input			{font-size:11px;	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:11px;	font-weight:normal;}
	div#ElementForm		textarea		{font-size:11px;	font-weight:normal;}
	div#ElementForm		span.error		{font-size:11px;}
	div#ElementForm		form p			{font-size:10px;	font-style:none; 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:96%;			height:580px;		padding:0px 0px;			display:block; overflow: auto;}
	div#ElementTable	table			{width:100%;		height:auto;		padding:0px 0px;}
	div#ElementTable	th				{width:auto;		height:22px;		padding:0px 5px 0px 5px;}
	div#ElementTable	td				{width:auto;		height:auto;		padding:3px 10px 3px 10px;	overflow:hidden;}
	/* ELEMENT (POSITIONING)------*/
	div#ElementTable					{position:relative; margin:0px auto 0px auto; float:none; 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/ElementListHead.png) repeat-x;}
	/* 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:auto;	height:auto;		padding:0px 0px;		display:block;}
	div#ElementUlist	div				{width:90%;		height:auto;		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:0px 0px;		display:block;}
	div#ElementUlist	li	h3			{width:auto;	height:auto;		padding:0px 0px;		display:block;}
	div#ElementUlist	li	p			{width:170px;	min-height:10px;	padding:5px 5PX;		display:block; overflow:auto;}
	/* ELEMENT (POSITIONING)------*/
	div#ElementUlist					{position:relative;	margin:10px auto 0px auto; clear:both;}
	div#ElementUlist	div				{position:relative;	margin:0px auto; clear:both;}
	div#ElementUlist	ul				{position:relative;	margin:0px;}
	div#ElementUlist	ul	li			{margin:0px}
	div#ElementUlist	li	h3			{position:relative;	margin:6px 5px 2px 2px;		clear:both;		float:left;}
	div#ElementUlist	li	img			{margin:0px}
	div#ElementUlist	li	p			{position:relative;	margin:2px 5px 2px 5px;		clear:both;		float:left;}
	/* ELEMENT (COLORS AND BORDERS)------*/
	div#ElementUlist					{border:none; background:none;}
	div#ElementUlist	div				{border:none; background-color:#FFFFFF;}
	div#ElementUlist	ul				{}
	div#ElementUlist	ul	li			{}
	div#ElementUlist	ul	li.even		{background-color:#EFEFEF;}
	div#ElementUlist	li	a			{color:#000000;}
	div#ElementUlist	li	p			{color: #003366;	border-bottom: #003366 1px solid;}
	div#ElementUlist	li	a:hover		{color: #003366;	border-bottom: #003366 1px solid;}
	div#ElementUlist	li	h3			{}
	div#ElementUlist	li	p	a:hover	{color:#333333;}
	/* ELEMENT (BACKGROUND IMAGES)------*/
	div#ElementUlist	li p			{background:url(../images/Page/ElementFormP.png) no-repeat;}
	/* ELEMENT (TYPE SETTING)------*/
	div#ElementUlist					{font:Verdana;}
	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	li			{font-size:11px;	font-weight:normal;}
	div#ElementUlist	li	h3 a		{font-size:12px;	font-weight:bold;	font-style:oblique;}
	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)------*/

