/* 
a:link {color: blue;text-decoration: none;}
a:visited {text-decoration: none;color: #000000;}
a:hover {text-decoration: none;color: blue;}
a:active {text-decoration: none;color: blue;}

*/


a:link { text-decoration: none; color:white }
a:visited { text-decoration: none; color:White}
a:hover { text-decoration: none; color:#C90F40 }
a:active {text-decoration: none;color: White;}

a.download {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b7cfe7;
}

a.download:hover {
	text-decoration:underline;
}

.body {
    margin-left: 3px;
	margin-right: 3px;
	color: #000000;
	background-color:#FFFFFF;		
	scrollbar-face-color: #ffffff; 
    scrollbar-shadow-color: #000000; 
    scrollbar-highlight-color: #000000; 
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-darkshadow-color: #ffffff; 
    scrollbar-track-color: #ffffff; 
    scrollbar-arrow-color: #000000
}

/* new RedPLC styling */
.bodyOA {
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	color: #fff;
	background-color:#000;		
	scrollbar-face-color: #ffffff; 
    scrollbar-shadow-color: #000000; 
    scrollbar-highlight-color: #000000; 
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-darkshadow-color: #ffffff; 
    scrollbar-track-color: #ffffff; 
    scrollbar-arrow-color: #000000;
}

.bodyPopup {
    margin-left: 0px;
	margin-right: 0px;
	color: #000000;
	background-color:#FFFFFF;		
	scrollbar-face-color: #ffffff; 
    scrollbar-shadow-color: #000000; 
    scrollbar-highlight-color: #000000; 
    scrollbar-3dlight-color: #ffffff; 
    scrollbar-darkshadow-color: #ffffff; 
    scrollbar-track-color: #ffffff; 
    scrollbar-arrow-color: #000000
}

a {
	color: #b7cfe7;
}

.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-align: left;
}
.boldBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DE2221;
	text-align: left;
}
/* new RedPLC styling */
.boldRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #fff;
	text-align: right;
}

.boldWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	text-align: center;
}

.bullets {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	list-style-type: square;
}
.UL {
	font-family : arial, helvetica, sans-serif;
	font-size : 10px;
	font-weight: bold;
	color : #000000;
	list-style-image: url(../images/gif/bullet.gif);
}
.button {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform: normal;
	color:#ffffff;
	background:#000000;
	text-align: center;
}
.buttonBlue {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform: normal;
	color:#ffffff;
	background:#DE2221;
	text-align: center;
}
.buttonOA {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform: normal;
	color:#ffffff;
	background:#DE2221;
	text-align: center;
	width:300;
}
.buttonBlueOA {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	text-transform: normal;
	color:#ffffff;
	background:#000000;
	text-align: center;
	width:300;
}

/* new RedPLC styling */
.buttonFwd {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: normal;
	color:#ffffff;
	background:#000000;
	text-align: left;
	width: 260px;
	padding-left: 14px;
	padding-right:32px; 
	height: 24px;
	border: 1px solid #c00;
	background: url(../images/gif/FwdArrow.gif) no-repeat 100% 50% #000; 
}

/* new RedPLC styling */
.buttonBack {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: normal;
	color:#ffffff;
	background:#000000;
	text-align: left;
	width: 260px;
	padding-left: 14px;
	padding-right:32px; 
	height: 24px;
	border: 1px solid #b7cfe7;
	background: url(../images/gif/BackArrow.gif) no-repeat 100% 50% #000; 
}

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #BEBEBE;
	text-align: left;
}
.directory {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DE2221;
	background-position: center;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-type: square;
}
.whiteTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: left;
}

td.redTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #c00;
	text-align: left;
}

/* new RedPLC styling */
td.formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b7cfe7;
	text-align: left;
}

.formTitle span {
	color: #fff;
}
	
}
input.counter {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #ffffff;
	color: #DE2221;
	border: 1px solid #ffffff;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	text-align: right;
} 
input.date {
	font:10px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#EBEBEB;
	color: #DE2221;
	border: 1px solid #EBEBEB;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
} 

.navbarRHS a:link {color: #FFFFFF; text-decoration: none;} 
.navbarRHS a:visited {color: #FFFFFF; text-decoration: none;} 
.navbarRHS a:active {color: #FFFFFF; text-decoration: none;} 
.navbarRHS a:hover {color: #DE2221;text-decoration: none; } 

.navbarRHS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #DE2221;
	text-align: left;
}
.navbarRHSbold a:link {color: #FFFFFF; text-decoration: none;} 
.navbarRHSbold a:visited {color: #FFFFFF; text-decoration: none;} 
.navbarRHSbold a:active {color: #FFFFFF; text-decoration: none;} 
.navbarRHSbold a:hover {color: #DE2221;text-decoration: none; } 

.navbarRHSbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	text-align: left;
}
.next a:link {color: #DE2221; text-decoration: none;} 
.next a:visited {color: #DE2221; text-decoration: none;} 
.next a:active {color: #DE2221; text-decoration: none;} 
.next a:hover {color: #000000;text-decoration: none; } 

.next {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
	color: #DE2221;
	text-align: right;
}

/* new RedPLC styling */
.oatext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	color: #eddf9d;
	text-align: right;
}

.oatext-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: normal;
	color: #eddf9d;
	text-align: left;
}

/* new RedPLC styling */
.oatextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: normal;
	color: #fff;
	text-align: right;
}

.red {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
	text-align: justify;
}
select.blue { 
	font: 9px Arial, Helvetica, sans-serif;
 	font-weight:bold;
 	background-color: #EBEBEB;
 	color: #000000;
 	border: 1px solid #000000;
 	border-style: solid;
 	border-width: 1px 1px 1px 1px;
} 

.smallprint {
	font-family: arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-align: justify;
	font-style: italic;
}

/* new RedPLC styling */
.text {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #eddf9d;
	text-align: justify;
}

.textbg {
	background-color:#ebebeb;
}

/* new RedPLC styling */
.textLeft {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #eddf9d;
	text-align: left;
}
.textMTA {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.textMTA-pad {
	font-family: arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding:5px 5px 0 5px;
}

.textBlue {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
}
/* new RedPLC styling */
.textBold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	}

/* new RedPLC styling */
.textItalic {
	font-family: arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eddf9d;
	text-align: justify;
	font-style: italic;
}

/* new RedPLC styling */
.textItalicBold {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #eddf9d;
	text-align: justify;
	font-style: italic;
}

/* new RedPLC styling */
.textItalicSmall {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #eddf9d;
	text-align: justify;
	font-style: italic;
}
/* new RedPLC styling */
.textItalicSmallCenter {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #eddf9d;
	text-align: center;
	font-style: italic;
}

/* new RedPLC styling */
.textItalicTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #b7cfe7;
	text-align: justify;
	font-style: italic;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:#ffffff;
	background:#DE2221;
	text-align: left;
	
}
.titleRed {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color:red;
	background:#ffffff;
	text-align: left;
}

.topbar a:link {color: #ffffff; text-decoration: none;} 
.topbar a:visited {color: #ffffff; text-decoration: none;} 
.topbar a:active {color: #ffffff; color: white; text-decoration: none;} 
.topbar a:hover {text-decoration: none;color: #ffffff; } 

.topbar {
	font-family: arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

input.blue {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #EBEBEB;
	color: #000000;
	border: 1px solid #666666;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	padding-left:3px;
}

input.blue2 {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #b7cfe7;
	color: #000000;
	border: 1px solid #666666;
	border-style: solid;
    border-width: 1px 1px 1px 1px;
	padding-left:3px;
}


.textarea {
    margin-left: 0px;
	margin-right: 0px;
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align: justify;
	background-color:#EBEBEB;
	color: #000000;
	border: 1px solid #666666;
	border-style: solid;
    border-width: 1px 1px 1px 1px;		
	scrollbar-face-color: #EBEBEB; 
    scrollbar-shadow-color: #000000; 
    scrollbar-highlight-color: #000000; 
    scrollbar-3dlight-color: #EBEBEB; 
    scrollbar-darkshadow-color: #EBEBEB; 
    scrollbar-track-color: #EBEBEB; 
    scrollbar-arrow-color: #000000;
	padding-left:3px;
}

table#topnav td{
	border: 1px solid #E2E2E2;
}

img.logo {
	padding-left:0px;
	margin-left:32px
}

.bottomborder {
	border-bottom: 1px solid #4f4f4f;
}

p {
	text-align:left;
}
