/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
h1.title,h1.orangeTitle
{
    text-align: center;
    line-height: 1.5em;
}

h1.orangeTitle
{
    font-size: 14pt;
    font-weight:bold;
    color: #F7931D;
    background-color: inherit;
}

h3.title
{
    font-size: 12pt;
    font-weight:normal;
    margin-top: 0px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5em;
}

tr
{
	font-size: 7pt;
}


td.instruction
{
	text-align:right;
	padding-right: 10px;
	font-size: 8pt;
}

td.long_instruction
{
	padding-right:5%;
	padding-top:20px;
}

.smallText 
{
    font-size:8pt;
}

.blueText
{
	color:#0054A6;
	background-color: inherit;
}

.greyText
{
	color:#777777;
	background-color: inherit;
}

.largeText 
{
    font-size:12pt;
    line-height: 1.25em;
    margin-bottom:10px;
}

.whiteBox
{
	background:#FFFFFF;
	border: 1px solid #0054A6;
	padding:5px;
	width:80%;
	text-align:left;
	color: inherit;
}
#bluestripeBox{
	border-left: 10px solid #0054A6;
	padding-left: 10px;
	margin: 30px 0px 20px 0px;
}
#orangestripeBox{
	border-left: 10px solid #F7941D;
	padding-left: 10px;
	margin: 30px 0px 20px 0px;
}
#greenstripeBox{
	border-left: 10px solid #7FB539;
	padding-left: 10px;
	margin-bottom: 20px;
}
#redstripeBox{
	border-left: 10px solid #ED1C24;
	padding-left: 10px;
	margin-bottom: 20px;
}
#purplestripeBox{
	border-left: 10px solid #8E5BA6;
	padding-left: 10px;
	margin-bottom: 30px;
}
#blue_box {
	display: block;
	width: 330px;
	float: left;
	background: #E1E3F3 url(../images/about/arrow.gif) no-repeat right;
	border: 1px solid #0054A6;
	padding: 10px;
	margin-bottom: 12px;
}
#green_box {
	display: block;
	width: 330px;
	float: left;
	background-color: #ECF3E4;
	border: 1px solid #80B539;
	padding: 10px;
	margin-bottom: 12px;
}
#red_box {
	display: block;
	width: 330px;
	float: left;
	background-color: #FEE7DD;
	border: 1px solid #ED1C24;
	padding: 10px;
	margin-bottom: 12px;
}
#orange_box {
	display: block;
	width: 330px;
	float: left;
	background-color: #FFF1E2;
	border: 1px solid #F7941D;
	padding: 10px;
	margin-bottom: 12px;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
h4
{
    font-size: 16pt;
    font-weight: bold;
	line-height: 18pt;
	margin: 20px 0px 0px 0px;
}
h5
{
    font-size: 18pt;
    font-weight: bold;
	font-style: italic;
	line-height: 20pt;
	margin: 0px 0px 20px 0px;
}
.oomp_text{
	margin-bottom: 6px;
}
