/* BASIC FORMATTING */
/* ------------------------- */
body
{
	font-family:   Arial;
 	font-size:     12px;
	font-weight:   normal;

	color:         #25285E;
	margin-top:    -5px;
	margin-bottom: 0px;
	margin-left:   0px;
	margin-right:  0px;

	background-color: #F8F9FC;
}

/* STANDARD DEFINITIONS */
/* --------------------- */
p
{
	margin-top:    0px;
	margin-bottom: 10px;
        line-height:150% 
         
}

p.medium_text 
{
          line-height:80%
}


p.small_text 
{
          line-height:80%
}


a
{
	color:            #25285E;
       font-size:     12px;
	font-weight:      bold;
	text-decoration:  underline;
}

a:hover
{
	font-size:     12px;
      text-decoration:  none;
        color:     #ff0000;
	font-weight:     bold;

}

h1
{
	font-family:   Arial;

	font-weight:   bold;
	font-size:     26px;
	
	margin-top:    5px;
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
	color:         #293AAD;
}

h2
{
	font-family:   Arial;
	font-weight:   bold;
	font-size:     17px;

	margin-top:    5px;
	margin-bottom: 5px;

	color: #293AAD;
}

h3
{
	font-family:   Arial;
	font-weight:   bold;
	font-size:     14px;

	margin-top:    5px;
	margin-bottom: 5px;

	/*text-transform: uppercase;*/
	color: #293AAD;
}

h4
{
	font-family:   Arial;
	font-weight:   bold;
	font-size:     12px;
	
	margin-top:    5px;
	margin-bottom: 5px;
	
	/*text-transform: uppercase;*/
	color: #293AAD;
}


h5
{
	font-family:   Arial;
	font-weight:   bold;
	font-size:     10px;

	margin-top:    5px;
	margin-bottom: 0px;

	/*text-transform: uppercase;*/
	color: #293AAD;
}

h6
{
	font-family:   Arial;
	font-weight:   bold;
	font-size:     8px;

	margin-top:    5px;
	margin-bottom: 5px;

	/*text-transform: uppercase;*/
	color: #293AAD;
}

ul
{
   list-style-type: square;
   margin-left: 15px;
   padding-left: 5px;
   line-height:150% 
}



/* CUSTOM CLASSES */
/* ---------------------- */
.big_text
{
font-weight:   bold; 
 font-size:  22px;
}

.medium_text
{
   font-family:   Arial;
  font-weight:   bold; 
   font-size:  16px;
  color: #293AAD;

}

.small_text
{
 
  font-family:   Arial;
  font-weight:   normal; 
  font-size:  11px;
  color: #25285E;

}
.red
{
line-height:80%   
color:   red !important;
font-size:  16px;

}


/* IMAGE FORMATTING CLASSES */
/* ------------------------------------- */
.std_image_frame1
{
   border: solid 1px #b0b0b0 !important;
   padding: 2px 2px 2px 2px !important;
}

.std_image_frame2
{
   border: solid 1px #b0b0b0 !important;
   padding: 3px 3px 3px 3px !important;   
}

img.no_padding
{
  margin-top:    0px;
  margin-bottom: 0px;
  margin-left:   0px;
  margin-right:  0px;
   
  padding-top:   0px;
  padding-right: 0px;
  padding-left:  0px;
  padding-bottom:0px;
}


