/******************************************

 * Default background body stuff

 ******************************************/

body 

{

 background-color: #666666

}



/******************************************

 * Normal content stuff

 ******************************************/

 p

 {

  background-color: #2d73bf;

  text-align: left;

  text-indent: 20px;  

  color: #000000;

  padding: 8px;

  margin: 1px;

  font: 14px Georgia, "Times New Roman", Times, Courier, serif;  

 }

.Normal 

{ 

  background-color: #2d73bf;

  text-align: left;

  text-indent: 20px;  

  color: #000000;

  padding: 2px;

  margin: 1px;

  font: 14px Georgia, "Times New Roman", Times, Courier, serif;  

} 

.NormalRightAligned 

{ 

  background-color: #2d73bf;

  text-align: right;

  text-indent: 20px;  

  color: #000000;

  padding: 2px;

  margin: 1px;

  font: 14px Georgia, "Times New Roman", Times, Courier, serif;  

} 



/*********************************************

 * Normal content stuff, useful for captions

 ********************************************/

.NormalCaption 

{ 

  background-color: #2d73bf;

  text-align: left;

  text-indent: 0px;  

  color: #000000;

  border-style: solid;

  border-width: 0px;

  padding: 8px;   

  border-color: #000000;

  margin: 1px;

  font: 14px Georgia, "Times New Roman", Times, Courier, serif;  

} 



/*********************************************

 * Normal content stuff, bolded

 ********************************************/

.NormalBold 

{ 

  background-color: #2d73bf;

  font-weight: bold;

  text-align: left;

  text-indent: 20px;  

  color: #000000;

  padding: 2px;

  margin: 1px;

  font: 14px Georgia, "Times New Roman", Times, Courier, serif;  

} 



.NormalHighlight 

{ 

  background-color: #2d73bf;

  text-align: center;

  text-indent: 0px;  

  padding: 8px;   

  margin: 1px;

  font-weight: bold;

  font: 12px Georgia, "Times New Roman", Times, Courier, serif;

  color: white;

} 



.NormalCentered 

{ 

  background-color: #2d73bf;

  text-align: center;

  text-indent: 0px;  

  color: #000000;

  padding: 2px;   

  margin: 1px;

  font: 12px Georgia, "Times New Roman", Times, Courier, serif;  

}

 

.ProjectDivisionLine

{

  text-align: center;

  width:50%; 

  height:3px;

  color:red;

  border-style: none none ridge none;

}



/*********************************************

 * Normal content stuff, bolded

 ********************************************/

.HeadingCenterAligned 

{ 

  background-color: #2d73bf;

  text-align: center;

  color: #000000;

  padding: 8px;   

  margin: 1px;

  font: 22px Georgia, "Times New Roman", Times, Courier, serif;  

} 



.BigHeadingCenterAligned

{ 

  background-color: #2d73bf;

  text-align: center;

  color: #000000;

  padding: 8px;   

  margin: 1px;

  font: 32px Georgia, "Times New Roman", Times, Courier, serif;  

}

.HeadingMovieTitle 

{ 

  background-color: #2d73bf;

  text-align: center;

  color: #000000;

  padding: 8px;   

  margin: 1px;

  font: 22px Georgia, "Times New Roman", Times, Courier, serif;  

} 

 

/******************************************

 * Header declarations.

 ******************************************/

h1 

{

  background-color: #2d73bf;

  text-align: left;

  color: #000000;

  padding: 8px;   

  margin: 1px;

  font: 22px Georgia, "Times New Roman", Times, Courier, serif;  

  /*

  border-style: solid;

  border-width: 1px;

  border-color: #000000;

  */

}

h2

{

  background-color: transparent

  text-align: left;

  color: #000000;

  font: 18px Georgia, "Times New Roman", Times, Courier, serif;  

/*  

  border-style: solid;

  border-width: 1px;

  border-color: #000000;

  */

  padding: 8px;   

  margin: 1px;

}

h3

{ 

  color: white; 

  font: 18px Georgia, "Times New Roman", Times, Courier, serif;  

}



