html,body 
         {
	background-color    :    #ffffcc;
	height              :    100%;
	width               :    100%;
	margin              :    0px;
	padding             :    0px;
	overflow            :    hidden;
                    font-size:16px;
}

img 
         {
	margin              :    0px;
	padding             :    0px;
	border              :    0px;
}

tr 
         {
  padding              :    10px;
}

ul 
         {
    color               :    #2b3856;
}

#titleLYR {
	position            :    absolute;
	height              :    20px;
	width               :    400px;
	top                 :    5px;
	left                :    50%;
	z-index             :    1; 
	margin-left         :    -200px;
                    font-size:12px;
}

#contentparentLYR {
	position            :    absolute;
	height              :    872px;
	width               :    671px;
	top                 :    25px;
	left                :    50%;
	z-index             :    1;
	visibility          :    visible;
	background-color    :    #ffe;
	margin-left         :    -335px;
	clip                :    rect(0px,671px,472px,0px);
	overflow            :    hidden;
}

#headerLYR {
	position            :    absolute;
	height              :    40px;
	width               :    auto;
	top                 :    20px;
	left                :    30px;
	z-index             :    2; 
}

#linetopLYR {
	position            :    absolute;
	height              :    15px;
	width               :    658px;
	top                 :    25px;
	left                :    4px;
	z-index             :    3;
	border-bottom       :    1px solid #2b3856;
}

#linebottomLYR {
	position            :    absolute;
	height              :    15px;
	width               :    658px;
	top                 :    460px;
	left                :    4px;
	z-index             :    3; 
	border-top          :    1px solid #2b3856;
} 

#reverseLYR {
	position            :    absolute;
	height              :    auto;
	width               :    auto;
	top                 :    430px;
	left                :    27px;
	z-index             :    2; 
}

#forwardLYR {
	position            :    absolute;
	height              :    auto;
	width               :    auto;
	top                 :    430px;
	left                :    598px;
	z-index             :    2; 
}

#pagecountLYR {
	position            :    absolute;
	height              :    auto;
	width               :    auto;
	top                 :    430px;
	left                :    40%;
	z-index             :    2; 
}

#contentLYR {
	position            :    absolute;
	height              :    370px;
	width               :    600px;
	top                 :    0px;
	left                :    2000px;
	z-index             :    2; 

}

#column1LYR {
	position            :    absolute;
	height              :    auto;
	width               :    300px;
	top                 :    50px;
	left                :    10px;
	z-index             :    5; 
}

#column2LYR {
	position            :    absolute;
	height              :    auto;
	width               :    300px;
	top                 :    50px;
	left                :    330px;
	z-index             :    5; 
}

#footerLYR {
	position            :    absolute;
	height              :    auto;
	width               :    728px;
	top                 :    490px;
	left                :    50%;
	z-index             :    5; 
	margin-left         :    -364px;
}

.title 
       {
	font-family         :    Arial, Helvetica, sans-serif;
	font-size           :    18px;
	color               :    #444;
}

.code 
       {
	font-family         :    Arial, Helvetica, sans-serif;
	font-size           :    14px;
	color               :    #2b3856;
}

.header 
       {
	font-family         :    Arial, Helvetica, sans-serif;
	font-size           :    16px;
	color               :    #2b3856;
}

.firstletter 
       {
	font-family         :    Arial, Helvetica, sans-serif;
	font-size           :    22px;
	color               :    #5273A5;
}
.main 
      {
	font-family          :    Arial, Helvetica, sans-serif;
	font-size            :    14px;
	color                :    #333333;
}

.10px 
      {
	font-family          :    Arial, Helvetica, sans-serif;
	font-size            :    10px;
	color                :    #333333;
}


a:link,
a:visited,
a:active {
    color                :    #0069f9;
    text-decoration      :    underline;
    font-family          :    Arial, Helvetica, sans-serif;
    font-size            :    14px;
}

a:hover {
    color               :    #00f40f;
    text-decoration     :    underline;
    font-family         :    Arial, Helvetica, sans-serif;
    font-size           :    14px;
}
