﻿/* iframe background color is different from subpage */
* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 background-color: #fff;
}

.iframetitle{
 color: #00467F;
 font-weight: normal;
 font-size: 12pt;
 padding: 0 15px 20px 0;
 border: 0;
 margin: 0;
 background: #fff;
 text-align:center;
 font-weight:bold;

}
.cellwidth{
 font-family:Arial;
 width:250px;
 vertical-align:top;
 color:#444444;
 font-weight:bold;
 font-size:9pt; /*psd file: 11pt*/

 
}
.cellwidth a{
 color:#444444;
 text-decoration:none;

}

.cellwidth a:hover{
	color:#00467F;
}

.cellwidthdescription{
 font-family:Arial;
 vertical-align:top;
 color:black;
 font-weight:normal;
 font-size:9pt; /*psd file: 11pt*/
 padding-top:10px;
}

.imagelink{
 border-width: 1px;	
 border-color:silver;
 width:127px;
 height:159px;
}

