﻿/*
  Common
*/ 

a
{
    font-family: Arial;
    color: #6A5738;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
}

a:hover
{
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}

form
{
    background-position: center;
}

body
{
    background-color: #f2f2f2;
} 
 
td
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #626366;
    text-align: center;
    vertical-align: top;
}

tr
{
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #626366;
    text-align: left;
}
 
/*
    Default page
*/

.DefaultTable
{
   margin-top: -220px; 
   margin-left: 25px;
    width: 550px;
    top: 0px;
    left: 0px;
}

.DefaultTableCell
{
    top: 0px;
    text-align: left;
}


.imgbutton
{
   	cursor:pointer;
	cursor:hand;
}

.ContainerDiv
{
    background-repeat:no-repeat;
    width: 828px;
    height: 828px;
}

.GeneralDiv
{
    width: 828px;
}







/*
testing
*/

/*
td
{
    border: 1px dotted #808000;
}
*/
