@charset "utf-8";
/*==========================================================================================

	// VIEW

==========================================================================================*/
h2{
	display:block;
	overflow:hidden;
	width:918px;
	height:58px;
	margin-bottom:20px;
	background:url(../../images/view/view_title.gif)  no-repeat;
	background-position:0 0;
	font-size:1px;
	text-indent:-9999em;
}

h3{
	background-color:#f2f2f2;
	color:#222462;
	font-size:1.5em;
	font-weight:bold;
	padding:5px 0 0 10px;
	margin-bottom:20px;
}

table{
 border-collapse: collapse; 
 margin-left: auto;
 margin-right: auto;
 width:452px;
}


tr.letters{ 
 width:452px;
 height:64px;
 border:0;
 text-align: left;
 vertical-align: top;
}

tr.letters2{ 
 width:452px;
 height:86px;
 border:0;
 text-align: left;
 vertical-align: top;
}

p.ParaPhrase{
	color:#222492;
	font-size:1em;
}

/*----- IE6 -----*/
* html h3{
	padding:8px 0 3px 10px;
}

/*----- IE6 -----*/
* html div.ContentDiv {
	padding:20px 20px 0px 20px;
}
/*----- IE7 -----*/
*:first-child+html div.ContentDiv {
	padding:20px 20px 0px 20px;
}
