/* CSS Document */
    body 
    {
	    margin-left: 0px;
	    margin-top: 10px; 
	    background-color: #7FBFFF;
    }
    .text
    {
		font-family: MS Sans Serif; 
		font-size: 12px; 
		color: #555555;
    }
    .text-red
    {
		font-family: MS Sans Serif; 
		font-size: 12px; 
		color: Blue;
    }
	.textweight
	{
		font-family: MS Sans Serif; 
		font-size: 12px; 
		font-weight: bold;
		color: #555555;
	}
	.textbox
    {
		font-family: MS Sans Serif; 
		font-size: 12px; 
		color:Black;
    }
    .textddl
    {
		/*font-family: MS Sans Serif; */
		font-size: 12px; 
		color:Black;
    }
    .textboxaligncenter
    {
		font-family: MS Sans Serif; 
		font-size: 12px; 
		color:Black;
		text-align: center;
    }
	.textalignright 
    {
		font-size: 14px; 
		font-family: MS Sans Serif;
		text-align: right;
	}
	.textaligncenter
	{
		font-size: 14px;
		font-family: MS Sans Serif;
		text-align: center;
	}
	.textcolorblue
	{
		font-family: MS Sans Serif; 
		font-size: 14px; 
		color:Blue;
	}
	.textcolorred
	{
		font-family: MS Sans Serif; 
		font-size: 14px; 
		color:Red;
	}
	.textheader
	{
		font-family: MS Sans Serif; 
		font-size: 16px; 
		font-weight: bold;
		color:Black;
	}
	.button 
	{
		BORDER-RIGHT: #999999 1px solid;
		BORDER-TOP: #999999 1px solid; 
		PADDING-LEFT: 4px; 
		FONT-WEIGHT: bold; 
		FONT-SIZE: 12px; 
		BACKGROUND-IMAGE: url(../images/button.gif); 
		BORDER-LEFT: #999999 1px solid; 
		COLOR: #000000; 
		MARGIN-RIGHT: 10px; 
		BORDER-BOTTOM: #999999 1px solid; 
		BACKGROUND-REPEAT: repeat-x; 
		FONT-FAMILY: MS Sans Serif;
		HEIGHT: 22px
	}
	.uploadfile
	{
		font-size: 14px;
		font-family: MS Sans Serif; 
		/*background-image:url(../Images/btn.jpg);*/
		color:Black;
		/*background-color: #2982B5;*/
		border: 1px solid #003366;
		width: 92px;
	}
