/*##	Paragraphs/Fonts	##*/
/*############################*/
.bigGreyPackedBold
{
color: LightGrey; 
font-size: normal;
font-family: Verdana;
margin: 0%;
font-weight: bold;
} 

.bigGreyBold
{
color: LightGrey; 
font-size: normal;
font-family: Verdana;
font-weight: bold;
} 

.Grey
{
color: LightGrey; 
font-size: small;
font-family: Verdana;
} 

.GreyBold
{
color: LightGrey; 
font-size: small;
font-family: Verdana;
font-weight: bold;
} 

.GreyJustify
{
color: LightGrey; 
font-size: small;
font-family: Verdana;
text-align: justify;
} 
 
.GreyPacked
{
color: LightGrey; 
font-size: small;
font-family: Verdana;
margin: 0%;
} 

.GreyPackedBold
{
color: LightGrey; 
font-size: small;
font-family: Verdana;
margin: 0%;
font-weight: bold;
} 

.smallGrey
{
color: LightGrey; 
font-size: x-small;
font-family: Verdana
} 

.smallGreyBold
{
color: LightGrey; 
font-size: x-small;
font-family: Verdana;
font-weight: bold;
} 

.smallGreyPacked
{
color: LightGrey;
font-size: x-small;
font-family: Verdana;			
margin: 0%
}

.smallGreyBoldPacked
{
color: LightGrey;
font-size: x-small;
font-family: Verdana;			
margin: 0%;
font-weight: bold;
}

.black
{
color: Black; 
font-size: small;
font-family: Verdana;
} 

.blackBold
{
color: Black; 
font-size: small;
font-family: Verdana;
font-weight: bold;
} 

.smallBlack
{
color: Black; 
font-size: x-small;
font-family: Verdana;
} 

.smallBlackBold
{
color: Black; 
font-size: x-small;
font-family: Verdana;
font-weight: bold;
} 

.redBold
{
color: Red; 
font-size: small;
font-family: Verdana;
font-weight: bold;
margin: 0%;
} 

.redBoldSmallPacked
{
color: Red; 
font-size: x-small;
font-family: Verdana;
font-weight: bold;
margin: 0%;
} 
/*####################*/

/*##	Links		##*/
/*####################*/
a
{
color: #9ACD32;
/*color: #6495ED;*/
text-decoration: none;
font-size: small;
font-weight: bold;
font-family: Verdana			
} 

a:hover 
{
color:rgb(92,153,68)
/*color:#00FFFF*/
}

a.GreenBG
{
color: rgb(92,153,68);
text-decoration: none;
font-size: small;
font-weight: bold;
font-family: Verdana			
} 

a.GreenBG:hover 
{
color:#365C46
}

a.mainMenu
{
float:left;
width:5em;
text-decoration:none;
color:#9ACD32;
background-color:rgb(53,80,42);
padding:0.2em 0.2em;
border-bottom:1px solid black
}

a.mainMenu:hover 
{
/*background-color:#191970; */
background-color:#9ACD32;
color: rgb(53,80,42);
}

a.small
{
color: #9ACD32;
text-decoration: none;
font-size: x-small;
font-weight: bold;
font-family: Verdana			
} 

a.small:hover 
{
color:rgb(92,153,68)
}

a.homepageBox
{
color: LightGrey;
text-decoration: none;
font-size: x-small;
font-weight: bold;
font-family: Verdana			
} 

a.homepageBox:hover 
{
color: LightGrey;
}

/*####################*/

/*##	Just Classes	##*/
/*########################*/
.bigPushButton
{
font-size: small;
font-weight: bold ;
cursor: pointer ;
border: 3px #9ACD32 outset
}
.pushButton
{
font-size: x-small;
font-weight: bold ;
cursor: pointer ;
border: 3px #9ACD32 outset
}
.bigPushButton
{
font-size: medium;
font-weight: bold ;
font-family: Verdana;
cursor: pointer ;
border: 3px #9ACD32 outset;
height: 25px;
width: 80px
}
.smallTextBox
{
height: 1.5em ;
font-size: 0.6em;
}
.noMargin
{
margin: 0
} 
.lightBG
{
background-color: rgb(227,250,211);
/*background-color: #C4E1C4; */
/*background-color: #9BCD9B;  Light Green*/ 
/*background-color: #D2D2FF;  Light Blue*/ 
}
.Border
{
border-style: groove;
border-color: #5F9EA0
}
.textCenter
{
text-align: center
} 
/*####################*/

/*##	Single Items	##*/
/*########################*/
h1 
{
color: LightGrey; 
font-size: 180%;
text-align: center;
font-variant: small-caps
} 

ul.square
{
list-style-type: square;
}

ul.mainMenu
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none
}

li.mainMenu 
{
display:inline
}

/*##	eCard	##*/
/*########################*/
.eCardThumbnail
{
width: 200px;
height: 150px;	
}

/*####################*/
