﻿#form1
{
    text-align: center;
}

.generalDIV
{
	background-color: #FFFF99;
	border-style: double;
	font-family: Tahoma;
	font-size: medium;
	width: 800px;
	height: auto;
}

/* Set Font Style */
.TitleFont
{
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}

.BodyFont
{
	font-family: Tahoma;
	font-size: small;
}
/* ************** */
.generalTable
{
	border-color: #FF0000;
	border-style: double;
	width: 250px;
	font-family: Tahoma;
	font-size: medium;
}

/* Align Styles */
.generalLeftAlign
{
	text-align: left;
}

.generalCenterAlign
{
	text-align: center;
}

.generalRightAlign
{
	text-align: right;
}
/* ************ */

.generalTable
{
	border-style: double;
	border-color: #FFFF00;
}
	
.MarqueeNews
{
	font-family: Tahoma;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}

.HeaderMenu
{
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: left;
}

.Footer
{
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}

.AboutUs
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}

.HeadAboutUs
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	font-weight: bold;
}


.myBody
{
	margin-top:0;
}
