body
{
   background-color: white;
   font-family: Arial;
	font-size: 14px;
   font-style: normal;
}

#header_area
{
   background-color:lightgreen;
   width: 520px;
   color: blue;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   overflow: auto;
   font-family:'Playfair Display';
   font-size: 12px;
   font-style: normal;
}
#footer_area
{
   background-color:lightgreen;
   width: 520px;
   color: blue;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   overflow: auto;
   font-family: Arial;
   font-size: 10px;
   font-style: normal;
}

#content_area
{
   background-color:LightGoldenRodYellow;
   width: 520px;
   color: green;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   overflow: auto;
   font-family: Arial;
   font-size: 14px;
   font-style: normal;
}

#login_content_area
{
   background-color:LightGoldenRodYellow;
   color: green;
   text-align:center;
   margin-left: auto;
   margin-right: auto;
   overflow: auto;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;  
}

.ca_tbl_cen
{
       width:        500px;
       text-align:   center;
       margin-left:  auto;
       margin-right: auto;
       padding:  0px;
       border-spacing:  0px;
}


.ca_tbl_jus
{
	    width:        500px;
	    text-align:   justify;
       margin-left:  auto;
	    margin-right: auto;
       padding:  0px;
       border-spacing:  0px;
}

.ca_tbl_left
{ 
	    width:        500px;
	    text-align:   left;
       margin-left:  auto;
	    margin-right: auto;
       padding:  0px;
       border-spacing:  0px;
}


.ca_div_cen
{
    width:500px;
    text-align: center;
    margin: 0 auto;
    left:0;
    right:0;
}

.ca_div_left
{
    width:500px;
    text-align: left;
    margin: 0 auto;
    left:0;
    right:0;
}

.ca_div_just
{
    width:500px;
    text-align: justify;
    margin: 0 auto;
    left:0;
    right:0;
}


.font1
{
	text-decoration:none;
	font-size: 13px;
	font-family: Arial;
	font-weight: normal;
	color: black;
}

.warning_font
{
	color: red;
     font-weight: bold;
}

.sub_font
{
	color: SlateGray;
   font-weight: lighter;
}



.ncp_link
 {
   color: blue;
   text-decoration:none;
   text-align: left;
   font-size: 14px;
   font-weight: normal;
 }

.ncp_link_on
 {
   color: black;
   text-align: left;
   text-decoration:none;
   font-size: 14px;
   font-weight: bold;
 }

.menu_disable
{
   color: grey;
   text-decoration:none;
   text-align: left;
   font-size: 14px;
   font-weight: normal;
}

.menu_on
{
   color: black;
   text-decoration:none;
   text-align: center;
   font-size: 14px;
   font-weight: bold;
}

.menu_off
{
   color: Blue;
   text-align: center;
   text-decoration:none;
   font-size: 14px;
   font-weight: bold;
}

.menu_off:hover {
  text-decoration:underline;
}

.a:hover {
  text-decoration:underline;
}

#menu_on
{
   color: RoyalBlue;
   text-decoration:none;
   text-align: left;
   font-size: 14px;
   font-weight: bold;
}

#menu_off
{
   color: black;
   text-align: left;
   text-decoration:none;
   font-size: 14px;
   font-weight: bold;
}

