/* PECMS OTHER PAGE CSS */

div.other_page					{ width: 920px; }
div.other_page .back				{ float: left; float: left;  color:#999; font-family:  Verdana, Helvetica, Tahoma; font-size: 8pt; font-weight:bold; line-height:18pt; text-transform: uppercase; letter-spacing: 0px; }
div.other_page .title				{ float: right; color:#999; /*font-family:  Palatino Linotype, times new roman, trebuchet ms, Sans;*/ font-size: 16pt; text-transform: uppercase; letter-spacing:1px;}

div.other_page .contents			{ padding: 8px 6px 18px 0px; text-align: justify; }

/* div.other_page .contents hr{ border: 0px; width: 188px; height: 42px; background: url('/coreone/gfx/hr_bg.gif') top center no-repeat white; margin: 20px auto; text-align: center; }  */
div.other_page .contents hr{ border: 0px; width: 400px; height: 1px; background: #ff9900; color:#ff9900; margin: 40px auto; text-align: center; }
div.other_page .contents h1 {}


div.other_page .contents img.left{float: left; margin: 15px 15px 15px 0; border: 1px solid #999; padding: 2px;}
div.other_page .contents img.right{float: right; margin: 15px 0px 15px 15px; border: 1px solid #999; padding: 2px;}

div.other_page a						{ color: #222; text-decoration: none; font-weight:bold; border-bottom:1px solid #fff;}
div.other_page a:link						{ color: #222; text-decoration: none; }
div.other_page a:visited					{ color: #222; text-decoration: none; }
div.other_page a:hover						{ color: #666; text-decoration: none; border-bottom:1px solid #D86911;}
div.other_page a:active					{ color: #222; text-decoration: none; }

