﻿.mmgBlackBorder {
	border: 1px solid #000000;
}
.mmgWhiteBG {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-align: center;
}
.mmgBlackBG {
	text-align: center;
	background-color: #000000;
}


.BlackBorder {
	border: 1px solid #000000;
}

.BlueText {
	color: #0000FF;
}


.FormGrayTitle {
	text-align: center;
	color: #FFFFFF;
	font-size: large;
	font-family: Arial;
	background-color: #808080;
}
.FormResultsGrayTitle {
	text-align: center;
	color: #000000;
	font-size: xx-small;
	font-family: Arial;
	background-color: #C0C0C0;
}
.FormWhiteRight {
	text-align: right;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: x-small;
	color: #000000;
}
.FormWhiteLeft {
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: x-small;
	color: #000000;
}
.FormWhiteCenter {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: x-small;
	color: #000000;
}
.FormErrorRedCenter {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: x-small;
	color: #FF0000;
}
.FormBlueDataLeft {
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: x-small;
	color: #0000FF;
}
.SearchWhite {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.SearchWhiteSmall {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.SearchWhiteLG {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.SearchWhiteCtr {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.SearchWhiteRight {
	background-color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.SearchWhiteLeft {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}


.SearchWhiteCtrSmall {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.SearchWhiteCtrSmallBlue {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
}

.SearchWhiteRightSmall {
	background-color: #FFFFFF;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.SearchBlue {
	background-color: #66CCFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
.SearchYellow {
	background-color: #FFFFCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.SearchYellowSmall {
	background-color: #FFFFCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.SearchYellowLG {
	background-color: #FFFFCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.SearchYellowCtr {
	background-color: #FFFFCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.SearchYellowLeft {
	background-color: #FFFFCC;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.SearchYellowRight {
	background-color: #FFFFCC;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}

.SearchYellowCtrSmall {
	background-color: #FFFFCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}

.SearchYellowCtrSmallBlue {
	background-color: #FFFFCC;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
}

.SearchYellowRightSmall {
	background-color: #FFFFCC;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}


.WhiteCenter {
	background-color: #FFFFFF;
	text-align: center;
}
.RedBG {
	background-color: #FF0000;
}
.RedTitle {
	color: #FF0000;
	text-align: center;
	font-family: Tahoma;
	font-size: xx-small;

}
.Black {
	background-color: #000000;
}
.BlackCenter {
	background-color: #000000;
	text-align: center;
}
.BlackNav {
	background-color: #000000;
	text-align: center;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;
}
.Blue {
	background-color: #0066FF;
}
.TextCenter {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Tahoma;
	font-size: small;
}
.TextLeft {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: small;
}
.TextRight {
	background-color: #FFFFFF;
	text-align: right;
	font-family: Tahoma;
	font-size: small;
}

.sdoBlueLeft {
	background-color: #0066FF;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #FFFFFF;
	font-weight: bold;
}
.BlueCenter {
	background-color: #0066FF;
	text-align: center;
}
.stateList {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
}
a.state {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
}
a.state:visited {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
}
a.state:active {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
}
a.state:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
}
.cityList {
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
}
a.city {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
}
a.city:visited {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
}
a.city:active {
	color: #0000FF;
	text-decoration: underline;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
}
a.city:hover {
	color: #000000;
	text-decoration: underline;
	background-color: #FFCC00;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
}

a.blacknav {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;
}
a.blacknav:visited {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;
}
a.blacknav:active {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;
}
a.blacknav:hover {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFCC00;
}

a.Oblacknav {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;
}
a.Oblacknav:visited {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;
}
a.Oblacknav:active {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;
}
a.Oblacknav:hover {
	text-decoration: underline;
	background-color: #000000;
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFCC00;
}


.copyright {
	text-align: center;
	font-family: Tahoma;
	font-size: x-small;
	color: #000000;
}

a.form {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.form:visited {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.form:active {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.form:hover {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

a.delete {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.delete:visited {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.delete:active {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.delete:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.WhiteRightSmall {
	text-align: right;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: xx-small;
}
.BlueDataLeft {
	color: #0000FF;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: x-small;
}

.TextBox {
	border: 1px solid #7799bb;
	text-align: left;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: xx-small;
}
.WhiteRight {
	text-align: right;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: x-small;
}
.WhiteLeftSmall {
	text-align: left;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: xx-small;
}
a.Search {
	color: #000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: xx-small;
}
a.Search:visited {
	color: #000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: xx-small;
}
a.Search:active {
	color: #000000;
	text-decoration: none;
	font-family: Tahoma;
	font-size: xx-small;
}
a.Search:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: xx-small;
}

a.SearchSmall {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.SearchSmall:visited {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.SearchSmall:active {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.SearchSmall:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}



.SearchRight {
	text-align: right;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: xx-small;
}
.SearchLeft {
	text-align: left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: xx-small;
}

.SearchCenterBlue {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: xx-small;
	color: #0000FF;
}

.SearchLeftBlue {
	text-align: left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: xx-small;
	color: #0000FF;
}

.SearchLeftBlueSmall {
	text-align: Left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: x-small;
	color: #0000FF;
}

.SearchLeftBlueMedium {
	text-align: Left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: small;
	color: #0000FF;
}

.SearchLeftBlueLarge {
	text-align: left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: medium;
	color: #0000FF;
}


.SearchCenter {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: xx-small;
}
.SearchCenterDelete {
	text-align: center;
	background-color: #FF0000;
	font-family: Tahoma;
	font-size: xx-small;
}

.SearchCenterAuthorize {
	text-align: center;
	background-color: #0000FF;
	font-family: Tahoma;
	font-size: xx-small;
}

.SearchCenterSmall {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: x-small;
}

.SearchCenterMedium {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: small;
}

.SearchCenterLarge {
	text-align: center;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: medium;
}

.SearchLeftSmall {
	text-align: Left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: x-small;
}

.SearchLeftMedium {
	text-align: Left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: small;
}

.SearchLeftLarge {
	text-align: left;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
}

.SearchRightSmall {
	text-align: right;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: x-small;
}

.SearchRightMedium {
	text-align: right;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: small;
}

.SearchRightLarge {
	text-align: right;
	background-color: #CCCCCC;
	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
}


.SearchTitle {
	text-align: center;
	font-family: Tahoma;
	font-size: xx-small;
}
.SearchBlackRight {
	text-align: right;
	background-color: #000000;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;	
}
.SearchBlackLeft {
	text-align: left;
	background-color: #000000;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;	
}

.SearchBlackLeftSmall {
	text-align: left;
	background-color: #000000;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;	
}

.SearchBlackRightSmall {
	text-align: right;
	background-color: #000000;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;	
}

.SearchBlackCenterSmall {
	text-align: center;
	background-color: #000000;
	font-family: Tahoma;
	font-size: x-small;
	color: #FFFFFF;	
}

.SearchBlackCenter {
	text-align: center;
	background-color: #000000;
	font-family: Tahoma;
	font-size: xx-small;
	color: #FFFFFF;
}
.SearchWhiteCenter {
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.SearchWhiteLeft {
	text-align: left;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.SearchWhiteRight {
	text-align: right;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.Metro {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a.Metro:visited {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a.Metro:active {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a.Metro:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
a.Cat1 {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.Cat1:visited {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.Cat1:active {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.Cat1:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

a.AP1 {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.AP1:visited {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.AP1:active {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
a.AP1:hover {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


a.Public1 {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a.Public1:visited {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a.Public1:active {
	color: #0000FF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a.Public1:hover {
	color: #000000;
	background-color: #FFCC00;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}


