/* CSS Document */

/* Body, Div And P Styles For All Pages Starts Here */

body, p, div		{
					width:760px;
					background-color:#FFFF00;
					color:#000099;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:small;
					margin:auto;
					padding:0px;
					}
					
/* Body, Div And P Styles For All Pages Ends Here */					
					
/* Link Styles For All Text Links Starts Here */					
					
a					{
					color:#000099;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:24px;
					text-decoration:none;
					padding:5px;
					}
					
						
a:hover				{
					color:#FF0000;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:24px;
					text-decoration:none;
					padding:5px;
					}
						
a:active			{
					color:#FFFFFF;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:24px;
					text-decoration:none;
					padding:5px;
					}
						
a:visited			{
					color:#000000;
					text-align:left;
					font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:24px;
					text-decoration:underline;
					padding:5px;
					}
					
/* Link Styles For All Text Links Ends Here */					

/* Browser Choice Styles Starts Here */
					
.divcenter			{
					text-align:center;
					}
					
.divcenterxsm		{
					font-size:x-small;
					text-align:center;
					}
					
/* Browser Choice Styles Ends Here */