/* This is used for the menu links */
				
body
{
	margin: 0;
	padding: 0;
}
					
					a:visited 	{
											color: black; 
											text-decoration: 
											none;
											}
					a:hover 		{
											color: white; 
											text-decoration: 
											none;
											}
					a:active 		{
											color: black; 
											text-decoration: 
											none;
											}
					a:link			{
											color: black; 
											text-decoration: 
											none;
											}	
											
									
.masterBody
{
	background-color:#0080C0;
	padding: 0;
	margin: 0;
}

.mainBody
{
	background-color:#FFFFFF;	
	background-image: url(../images/gr.gif);
	background-repeat: repeat-x; 
	background-position-y:top;
	background-attachment:fixed;
	padding: 0;
	margin: 0;
	
}

.input
{
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	border: solid 1pt #008000;
	background-color: #E6F2FF;
}

table
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.rightTable
{
	background-image:url(../images/tcc_06.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0;
	padding: 0;	
}

.button
{
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	background-position:top;
	width: 143px;
	height: 16px;
	padding-left: 4px;
}

.tab
{
	background-image:url(../images/tab.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 200px;
	height: 32px;
	margin: 0px;
}

#div1{    
    width:200px;
    height:200px;
    border:5px double #black;
    text-align:center;
    line-height:200px;
    float:left;
    padding:0;
    margin:10;
    background-color:white;
 }
#div2{    
    width:200px;
    height:200px;
    border:5px double #7a9bd3;
    text-align:center;
    line-height:525px;
    margin:10px;
    float:left;
 }
 
 #div3{    
    width:200px;
    height:200px;
    background-image:url(../images/win.gif);
    background-repeat: no-repeat;
    text-align:center;
    margin:10px;
    float:left;
    padding:0;
    margin:0;
 }
 
  #div4{    
    width:200px;
    height:400px;
    background-image:url(../images/win1.gif); 
    background-position:center;   
    background-repeat: no-repeat;
    text-align:center;
    margin:10px;
    float:left;
 }

.cellsOdd
{
	background-color:#D5EAFF;
}

.cellsEven
{
	background-color:#E6F2FF;
}

.pageHeader
{
	font-family: Arial Black;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
}

.header
{
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.normal
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}

.small
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

p
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color:#800080;
	text-align:center;
	text-valign:top;
}

big
{
	font-family: Arial;
	font-size: 35px;
	font-weight: bold;
	color:red;
}

.info
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

					.other:visited 	{
											font-family: Arial;
											font-size: 15px;
											font-weight: bold;
											color:red;
											text-align:center; 
											text-decoration: 
											none;
											}
					.other:hover 		{
											font-family: Arial;
											font-size: 15px;
											font-weight: bold;
											color:green;
											text-align:center; 
											text-decoration: 
											none;
											}
					.other:active 		{
											font-family: Arial;
											font-size: 15px;
											font-weight: bold;
											color:red;
											text-align:center; 
											text-decoration: 
											none;
											}
					.other:link			{
											font-family: Arial;
											font-size: 15px;
											font-weight: bold;
											color:red;
											text-align:center; 
											text-decoration: 
											none;
											}	
