/* Version 1.4 */

/* Set colors and font for whole page */
body {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 1.5; }
/* 
color: #000000; background-color: #FFFFFF; 
margin-left: auto; margin-right: auto; margin-top: 8px; margin-bottom: 8px;
padding:10px; width: 750px;
border: solid 3px #2040A0; border-radius: 25px;
box-shadow: 6px 6px 6px #b8b8b8;}
*/

#olr-content {margin-right: auto; margin-left: auto; margin-top: 0px; margin-bottom: 0px; } 

#olr-content p, #olr-content td, #olr-content span, #olr-content input, 
#olr-content textarea, #olr-content select, #olr-content option{
font-family: Arial, Helvetica, sans-serif; 
font-size: 10pt;}

/* Make each fieldset/section have rounded corners and shadow */
#olr-content fieldset {margin-top: 10px; border-radius: 10px; box-shadow: 3px 3px 3px #b8b8b8;}

#olr-content legend {font-weight: bold;} /* title of fieldset/section is bold */

#olr-content .olr-label {line-height: 200%;} /* extra vertical space for labels */
#olr-content .olr-err {border: 3px solid red;} /* red box around fields with errors */

#olr-content .olr-line-ht-150{line-height: 150%;} /* extra line spacing */
#olr-content .olr-bold {font-weight: bold;}
#olr-content .olr-nobold {font-weight: normal;}
#olr-content .olr-required {font-weight: bold;}
#olr-content .olr-left {text-align: left;}
#olr-content .olr-right {text-align: right;}
#olr-content .olr-center {text-align: center;}
#olr-content .olr-top {vertical-align: top;}
#olr-content .olr-bottom {vertical-align: bottom;}
#olr-content .olr-middle {vertical-align: middle;}
#olr-content .olr-title-color {color: #2a4d88;}  /* 1a2d63 */
#olr-content h2 span {font-size: inherit;}  /* inherit revert unset */
#olr-content h3 span {font-size: inherit;}  /* inherit revert unset */
