/*CSS For My Expert Doctor */

	/*Eliminatates default margins*/
	body
	{
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		background-color: #FFFFFF;
	}
		
	.bgimage
	{
		background-image: url(./DocGraphics/PatternDiagLines.gif);
	}

	.centerThis
	{
		text-align: center !important;
	}

	.tableColor1
	{
		background-color: #336699;
	}

	.tableColor2
	{
		background-color: #CCCCCC;
	}

	.tableColor3
	{
		background-color: #000000;
	}

	.tableColor4
	{
		background-color: #D3DFEB;
	}

	.tableColor6
	{
		background-color: #E6E6E6;
	}

	.tableColor7
	{
		background-color: #FFFFFF;
	}

	.tableColor8
	{
		background-color: #777E85;
	}

	a:link
	{
		font-size: 9pt;
		font-family: "Arial", sans-serif;
		color: #336699;
	}
	
	a:active
	{
		font-size: 9pt;
		font-family: "Arial", sans-serif;
		color: #000000;
	}
	
	a:visited
	{
		font-size: 9pt;
		font-family: "Arial", sans-serif;
		color: #000000;
	}

	.lgText
	{
		font-size: 16pt;
		font-family: "Verdana", sans-serif;
		color: #336699;
		text-align: left;
	}
	.lgCenterText
	{
		font-size: 16pt;
		font-family: "Verdana", sans-serif;
		color: #336699;
		text-align: center;
	}
	.mdText
	{
		font-size: 12pt;
		font-family: "Arial", sans-serif;
		color: #336699;
	}

	.avgText
	{
		font-size: 10pt;
		font-family: "Arial", sans-serif;
		color: #000000;
	}

	.redText
	{
		font-size: 10pt;
		font-family: "Arial", sans-serif;
		color: #FF0000;
	}

	.mdQuote
	{
		font-size: 10pt;
		font-family: "Arial", sans-serif;
		color: #000000;
		font-style: italic;
	}

	.smlQuote
	{
		font-size: 9pt;
		font-family: "Arial", sans-serif;
		color: #000000;
		font-style: italic;
	}

	.stdText
	{
		font-size: 11pt;
		font-family: "Arial", sans-serif;
		color: #000000
	}

	.smlText
	{
		text-align: left;
		font-size: 8pt !important;
		font-family: "Arial", sans-serif;
		color: #000000;
	}

	.formText
	{
		font-size: 10pt;
		font-family: "Verdana", sans-serif;
		text-align: right;
		color: #336699;
	}

	.emphText
	{
		font-size: 12pt;
		font-family: "Arial", sans-serif;
		color: #336699;
		font-weight: bold;
	}

	.errorText
	{
		font-size: 10pt;
		font-family: "Arial", sans-serif;
		color: #FF0000;
		font-weight: bold;
	}

	.confirmText
	{
		font-size: 10pt;
		font-family: "Arial", sans-serif;
		color: #33CC33;
		font-weight: bold;
	}

	.warnText
	{
		text-align: left;
		font-size: 9pt !important;
		font-family: "Arial", sans-serif;
		font-weight: bold;
		color: #FF3333 !important;
	}

	.colorText
	{
		font-size: 9pt;
		font-family: "Arial", sans-serif;
		color: #336699;
	}

	.docText
	{
		font-size: 10pt;
		font-family: "Arial", sans-serif;
		color: #FF6600;
		font-weight: bold;
	}

	.smallMenuBar1
	{
		font-size: 8pt !important;
		font-family: "Arial", sans-serif !important;
		letter-spacing: 1px;
		color: #FFFF99 !important;
		text-decoration: none !important;
	}

	.mainHeaderBorder
	{
		background-color: #AACCEB;
		border-style: solid;
		border-width: 8px;
		border-color: #AACCEB;
	}

	.mainMenuBorder
	{
		background-color: #D3DFEB; 
		border-style: solid; 
		border-width: 1px;
		border-top-color: #FFFFFF; 
		border-left-color: #FFFFFF; 
		border-bottom-color: #777E85; 
		border-right-color: #777E85;
	}

	.usersMenuBorder
	{
		background-color: #336699; 
		border-style: solid; 
		border-width: 1px; 
		border-top-color: #6699CC; 
		border-left-color: #6699CC; 
		border-bottom-color: #000000; 
		border-right-color: #000000;
	}

	.footerBarBorder
	{
		background-color: #AACCEB; 
		border-style: solid; 
		border-width: 1px; 
		border-left-color: #D3DFEB; 
		border-right-color: #777E85; 
		border-top-color: #D3DFEB; 
		border-bottom-color: #777E85;
	}

	.smallMenuBar2
	{
		background-color: #999999;
		color: #666666;
		font-size: 8pt;
		font-family: "Verdana", sans-serif;
	}

	.smallMenuBar3
	{
		font-size: 8pt !important;
		font-family: "Arial", sans-serif !important;
		text-decoration: none !important;
	}

	.footerMenuBar
	{
		font-size: 8pt !important;
		font-family: "Arial", sans-serif !important;
		text-decoration: none !important;
	}

	.modLinks
	{
		text-align: left;
		font-size: 8pt !important;
		font-family: "Arial", sans-serif;
		color: #666666 !important;
	}
	
	.UsersMenuBar
	{
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		background-color: #336699;
	}

	.fbWidth
	{
		width: 760px;
	}