.Headerstyle
{
    width: 100%;
    height: 20px;
    font-family: Tunga;
    font-size: xx-large;
    text-align: center;
}
.Indexstyle
{
    width: 100px;
    height: 541px;
    background:url('images/indexPanel.jpeg') no-repeat;
    text-align: center;
}
.IndexTextstyle
{
    font-family: Times;
    font-size: medium;
    text-align: center;
    color: #C11B17;
}
.Contentstyle
{
    width: 900px;
    height: 541px;
    background:url('images/contentPanel.jpg') no-repeat;
    text-align: center;
}
.Content2style
{
    width: 900px;
    height: 541px;
    background:url('images/contentPanel2.jpg') no-repeat;
    text-align: center;
}
.PSGTablestyle
{
    width: 85%;
    font-family: Times;
    font-size: medium;
    color: #FAEBD7;
    border-spacing: 3px;
    padding: 3px;
    margin-left: auto;
    margin-right: auto;
}
.PSGIndentText
{
    font-family: Times;
    font-size: medium;
    text-align: center;
    color: #DC143C;
    padding: 0% 7%
}
.PSGIndentText2
{
    font-family: Times;
    font-size: medium;
    text-align: center;
    color: #FAEBD7;
    padding: 0% 7%
}
.PSGText
{
    font-family: Times;
    font-size: medium;
    text-align: left;
    color: #ADD8E6;
    padding: 0% 2%
}
.PSGLink
{
    font-family: Times;
    font-size: medium;
    text-align: center;
    color: #ADD8E6;
}
.left
{
	text-align: left;
}
.center
{
	text-align: center;
}
.right
{
	text-align: right;
}
.bold
{
    font-weight: bold;
}
.w100
{
	width: 100%;
}
.w90
{
	width: 90%;
}
.w60
{
	width: 60%;
}
.w50
{
	width: 50%;
}
.w40
{
	width: 40%;
}
.w36
{
	width: 36%;
}
.w30
{
	width: 30%;
}
.w20
{
	width: 20%;
}
.w15
{
	width: 15%;
}
.w10
{
	width: 10%;
}
.w8
{
	width: 8%;
}
.w3
{
	width: 3%;
}
.whiteTable
{
    font-family: Tunga;
    text-align: center;
    background-color: #FFFAF0;
    border-collapse: collapse;
}
.bordered
{
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
}
.smallText
{
    font-family: Tunga;
    font-size: medium;
}
.largeText
{
    font-family: Tunga;
    font-size: large;
}
.xlargeText
{
    font-family: Tunga;
    font-size: x-large;
}
.Buttonstyle
{
    width: 100px;
    background-color: blue;
    color: white;
    border-color: gray;
    text-align: center;
}
.redText
{
    color: red;
}
.lgreenText
{
    color: #90EE90;
}
.bodystyle
{
    background-image: url('images/manuscript.jpeg');
}
.padding1
{
	padding: 0% 1%
}
