/* COMMON SETTINGS */

body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 10px 0 0 0;
	line-height: 150%; 
	font-size: 14px;
	color:#3C3C3C;
}

a { color: #0088cc; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

/* Headings */

h1, h2, h3, h4, h5, h6, small {
	font-family: Helvetica, Arial, sans-serif;
}

h1 { font-weight: bold; font-size: 24px; line-height: 36px; padding-top: 15px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 16px; line-height: 18px; margin-bottom: 18px; }
h3 { font-weight: bold; font-size: 1em; line-height: 18px; }
h4 { font-weight: bold; font-size: 10px; line-height: 18px; }



/* MENU LINKS */
.menu_title{
	display:block;
	width: 236px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: top;
	margin: 15px 0px 5px 20px;
}
.menu{
	display:block;
	width: 236px;
	background-color: #FFCC99;
	vertical-align: bottom;
	background-image:  url("img_common/link_bar.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 10px 0px 0px 20px;
}
a.menu{
	background-color: #FFFFFF;}
	
a:hover.menu{
    background-color: #F0F0F0;
}

/* Top Page Content area */
.top_content_title{
	font-size: 32px;
	display:block;
	width: 100%;
	vertical-align: middle;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	line-height: normal;
}
.top_content_txt{
	padding: 0 25px 0 15px;
	font-size: 14px;
	line-height: normal;
	margin-left: 31px;
}

.foot{
	padding: 5px 0 0 0;
	font-size: 0.75em;
	line-height: 1.357em;
}

.foot_bg{
	background-image: url(img_common/foot_bg.gif);
	background-repeat: repeat-x;
}

/*Article Gradation area */
.grad_top{
	display:block;
	width: 21px;
	height: 174px;
	background-image:  url("img_common/grad_top.gif");
	background-repeat: no-repeat;
}
.grad_mid{
	background-image: url(ir/img/foot_bg.gif);
	background-repeat: repeat-x;
}
.grad_btm{
	display:block;
	width: 21px;
	height: 174px;
	background-image:  url("img_common/grad_btm.gif");
	background-repeat: no-repeat;
}

/* Articles */
.page_title{
	display:block;
	padding: 30px 0px 0px 15px;
	font-size: 32px;
	line-height: 1.357em;
	color: #FFFFFF;
}
.article_copy{
	padding: 10px 0px 5px 0px;
	font-size: 28px;
	line-height: 130%;
}

/* FONT COLOR, SIZE */
.IR {color: #004D91;}

.small { font-size: 10px; line-height: 18px; }
.blue {color: #0355F3;}
.gray {color: #999999;}
.orange {color: #FF6600;}
.margin20 {margin-top:20px;}

.cont_table {
	width: 640px;
	margin-top: 20px;
}

.td1_beige_verdana {
	background-color:#FDFBEC;
	border-top:1px dotted #999999;
	padding: 10px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-style: italic;
}
.td2_white_verdana {
	background-color:#FFFFFF;
	border-top:1px dotted #999999;
	padding: 10px 20px 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande";
	font-style: italic;
}
.td_last {
	border-bottom:1px dotted #999999;
}
.td_blue {
	background-color:#E5F6FD;
	border-top:1px solid #7FD7F7;
	border-bottom:1px solid #7FD7F7;
	padding: 50px;
	color: #000000;
	line-height: 1em;
}
