
.be-nice-to-Mac-IE5
{
	font-family: "\"}\"";
	font-family: inherit;
}



/* -- GLOBAL RESETS -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

table, caption, tbody, tfoot, thead, tr, th, td
{
	/*
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	*/
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus
{
	/* remember to define focus styles! */
	outline: 0;
}

body
{
	line-height: 1;
	color: black;
	background: white;
}

ol, ul
{
	list-style: none;
}

table
{
	/* tables still need cellspacing="0" in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td
{
	text-align: left;
	font-weight: normal;
}



/* -- GENERAL REDECLARATIONS -- */

body
{
	background-color: #becce3;
	text-align: center;
	color: #000;
	font:normal 12px/16px Arial, Verdana, Helvetica, sans-serif;	
}

a:link { text-decoration: underline; font-weight: normal; color: #3a5d9d; }
a:visited { text-decoration: underline; font-weight: normal; color: #3a5d9d; }
a:hover { text-decoration: underline; font-weight: normal; color: #6486c2; }
a:active { text-decoration: underline; font-weight: normal; color: #6486c2; }

ul, ol
{

}

ul
{

}

ol
{
	list-style: decimal;
}

ul li
{

}

dl
{

}

dt
{
	font-weight: bold;
}

dd
{

}

p
{

}

h1
{

}

h2
{

}

h3
{

}

h4
{

}

h5
{

}

h6
{

}

hr
{
	display: none;
}

img
{
	border: none;
}

acronym
{
	border-bottom: 1px dotted;
}

blockquote
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}



/* -- IDS -- */

.wrap
{
	width: 740px;
	margin: 24px auto 24px auto;
	text-align: left;
	background-color: #e3e7f2;
}

	.head
	{
		height: 449px;
		position: relative;
	}
	
		.ag .head
		{
			background: transparent url(../images/back_ag.jpg) no-repeat 0 0;
		}

			.ag .head h1
			{
				position: absolute;
				top: 14px;
				left: 30px;
				width: 318px;
				height: 112px;
				text-indent: -8975px;
				
				font-size: 21px;
				line-height: 21px;
				color: #FFF;
			}
					
		.abp .head
		{
			background: transparent url(../images/back_abp.jpg) no-repeat 0 0;
		}

			.abp .head h1
			{
				position: absolute;
				top: 14px;
				left: 30px;
				width: 524px;
				height: 110px;
				text-indent: -8975px;

				font-size: 21px;
				line-height: 21px;
				color: #FFF;		
			}
			
				 .head h1 a
				 {
				 	display: block;
				 	width: 100%;
				 	height: 100%;
				 	outline: none;
				 }	
			
		.head .miniform
		{
			float: right;
			display: inline;
			color: #FFF;
		}	
		
			.ag .head .miniform
			{
				margin: 26px 26px 0px 0px;				
			}
			
			.abp .head .miniform
			{
				margin: 12px 12px 0px 0px;
				text-align: right;
			}
		
			.head .miniform label
			{
				font-size: 13px;
				line-height: 15px;
				font-weight: bold;
				display: block;
				margin: 0px 0px 8px 0px;
			}
			
			.head .miniform input
			{
				vertical-align: middle;
			}	

				.head .miniform .textinput
				{
					font-size: 11px;
					padding: 3px;
					width: 76px;
					border: 1px solid #23427b;
					margin: 0px 5px 0px 0px;
				}
	
	.content
	{
		background: #e3e7f2 url(../images/back_content.gif) repeat-y 0 0;
		/*zoom: 1; /* fixes IE6 background extension bug */
	}
	
		.content .col
		{
			float: left;
			display: inline;
			width: 337px;
			padding: 0px;
			margin: 16px 16px 0px 16px;
			font-size: 14px;
			line-height: 17px;
		}
		
			.content .col p
			{
				margin: 0px 0px 16px 0px;
			}
			
				.content .col p.quote
				{
					font-weight: bold;
					line-height: 16px;
					margin-bottom: 6px;
				}
				
				.content .col p.quoteattribute
				{
					font-weight: normal;
					text-align: right;
				}
				




/* -- CLASSES -- */

.clear
{
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0px;
	margin: -2px 0px 0px 0px;
	overflow: hidden;
	line-height: 1px;
	font-size: 1px;
	/* display: block; */
}



	





