html, body 
{
	height:100%;
}

body
{
	padding: 0 0 0 0;
	background-color:#aab4d7;
	font-family:Arial;
	font-size:10px;
}

.bodyblock
{
	padding: 0 0 0 0;
	background-color:white;
}

.eightpixelblue 
{ 
	font-size: 8px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color:  #c1d2ee 
}

.eightpixelbold 
{ 
	font-size: 8px; 
	font-family: Arial font-weight: bold 
}
	
.tenpixel  
{ 
	font-size: 10px; 
	font-family: Arial 
}
	
.tenpixelbold  
{ 
	font-size: 10px; 
	font-family: Arial; 
	font-weight: bold 
}

.tenpixelblackbold  
{ 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold;
	color: Black 
}

.tenpixelblue 
{ 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color:  #c1d2ee 
}

.tenpixelred
{ 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color: Red 
}

.tenpixelwhite  
{ 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color: White 
}

.tenpixelblack
{ 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color: Black 
}

.tenpixelyellow
{ 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color: Yellow 
}

.elevenpixelblackbold  
{ 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold;
	color: Black 
}
	
.twelvepixelwhite
{ 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color: White 
}

.twelvepixelblack
{ 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	color: Black 
}
.twelvepixelblackbold  
{ 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
	font-weight: bold;
	color: Black 
}

.bodyblock
{
	padding: 0 0 0 0;
	background-color:white;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cecece;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:5px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}



a.SelectedItem:link,
a.SelectedItem:visited {
      color:Maroon;
      font-size: 10px; 
	  font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
   }

a.SelectedItem:hover {
      color:Blue;
      font-size: 10px; 
	  font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
   }

a.SelectedItem:active {
      color:Maroon;
      font-size: 10px; 
	  font-family : Verdana, Arial, Helvetica, Geneva, SunSans-Regular, sans-serif; 
      
   } 
   

.LoginButton
{
	background-color:ButtonFace;
	color:#284775;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	font-size:10px;	

}

.LogincheckBox
{
	color:#FFFBFF;
	border-color:#CCCCCC;
	border-width:1px;
	border-style:Solid;
	font-family:Verdana;
	font-size:10px;	

	
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size:1.8em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}

h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}

