﻿body
{
    /*font-size: 12px;*/
}

.twelvePixelYellowTxtBlueBG {
	font: 12px "Times New Roman", Times, Georgia, serif;
 color: #fc0;
 background-color: #000048;
  display: block;
 padding: 0px 15px;

}

.twelvePixelYellowTxtBlueBGArial {
	font: small Arial, Helvetica, Verdana, sans-serif;
 color: #fc0;
 background-color: #000048;
  display: block;
 padding: 0px 15px;

}


.lightBlue 
{
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #6cf;
	background-color: #000048;
}

.lightYellow {
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #fc0;
	background-color: #000048;
	display: block;
	padding: 0px 15px;
}

.white {
	font: x-small "Times New Roman", Times, Georgia, serif;
 font-weight: normal;
 color: #fff;
 background-color: #000048;
 display: block;
 padding: 0px 15px;
}

.headlineGold {
	font: 16px "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	color: #fc0;
	 display: block;
 padding: 0px 15px;

}

.backgroundStone 
{
	background: url(/Images/library/stone.gif);
}

.backgroundStonePadded
{
	padding: 25px 16px;
	background: url(/Images/library/stone.gif);
}
