@charset "utf-8";
/* CSS Document */

#page-border-line {
	border: 1 px solid;
	border-bottom-color: #044C7B;
	border-top-color: #044C7B;
	border-left-color: #044C7B;
	border-right-color: #044C7B;
}

#services-border-line {
	border: 2px solid;
	border-bottom-color: #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
}
#ask-border-line {
	border: 1px solid;
	border-bottom-color: #FF0000;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	border-right-color: #FF0000;
}
#entryform-border-line {
	border: 1px solid;
	border-bottom-color: #FF0000;
	border-top-color: #FF0000;
	border-left-color: #FF0000;
	border-right-color: #FF0000;
}
#servicelink-border-line {
	border-bottom: 1px solid #000000;
}
#nav-border-line {
	border-bottom: 2px solid #0000FF;
}


.normalText{
	font-family: "Arial";
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
.bannerText{
	font-family: "Courier New";
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
}

.linkText{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color:#0000FF;
}
.BlueBoldText{
	font-family: Arial;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color:blue;
}
.RedBoldText{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color:#FF0000;
}
.normalBoldText{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
}
.BrownHeadText{
	font-family: "Times New Roman";
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color:purple;
	background-color:lightyellow;
}
.HeadText{
	font-family: Impact;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color:black;
}
.RedHeadText{
	font-family: Times New Roman;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color:red;
	background-color:lightyellow;
}
.BlueHeadText{
	font-family: Times New Roman;
	font-size: 20pt;
	font-style: normal;
	font-weight: bold;
	color:blue;
}
.ButtonText{
	font-family: Arial;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color:green;
}
.BlackButtonText{
	font-family: Times New Roman;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	color:red;
}
.BlueButtonText{
	font-family: Times New Roman;
	font-size: 24pt;
	font-style: normal;
	font-weight: bold;
	color:yellow;
	background-color:blue;
}
.normalBold{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color:#0000FF;
}
.underheadText{
	font-family: Arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
        text-decoration: underline;
}
.listText{
	font-family: Courier New;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: purple;
}
.orgText{
	font-family: Arial;
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	color:#FF0000;
}
.servicesLink{
	font-family: "Courier New";
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color:#000000;
}
.copyrights {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color:#0000FF;
}
.formText {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color:#000000;
}
.SuccessText{
	font-family: Arial;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color:green;
}
.FailureText{
	font-family: Arial;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color:red;
}
.HeaderText{
	font-family: Courier New;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	color: black;
}
