﻿.smallfont
{
    font-size: small;
}
.reallySmallFont
{
    font-size: xx-small;
}
.default
{
    font-family:Georgia;
     background-color:#F1F1F2;
}
.onTop
{
    position:absolute;
    z-index:10;
}
.onBottom
{
    position:absolute;
    z-index:5;
}
.quoteright {
	float: right;
	width: 175px;
	margin: 0 10px 0 30px;
	font-style: italic;
	font-size: 14px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-align: justify;
}

.tempFont
{
    font-family: Arial, Helvetica, sans-serif;
    
}

