﻿	html
    {
        height: 100%;
        margin:0;
		padding:0;
    }
    
    body
    {
	    background-color: #ffffff;
	    font-family: Verdana;
	    font-size: 13pt;
        height: 100%;
        margin: 0;
        padding: 0;
    }

	input[type=button], input[type=submit]
    {
    	font-family: Verdana;
	    font-size: 13pt;
    }
    
    .Container
    {
        width: 100%;
        margin: 5px auto 5px auto;
    }
    
    .Content
    {
    	padding: 0px 5px 5px 5px;        
        height: 100%;
        border: none;
		width: 1000px;
    }
    
    form
    {
		padding: 0px;
		margin: 0px;
		height: 100%;		
    }
    
    .StandardDiv
    {
    	padding: 5px;
    	margin-bottom: 5px;
    }

    a {
        cursor: pointer;
        text-decoration: none;
	    color: blue;
    }
  
     a:hover {text-decoration: underline;}
     a:link {}
     a:visited {}
     a:active {}
    
    img
    {
	    border: none;
	    text-decoration: none;	
    }	

    .Pointer
    {
	    cursor: pointer;
    }

    .Asterisk
    {
	    color: red;
    }
    
    .TableHeader
    {
		font-size: 16px;	
    }
      
	.ToggleIcon
	{
		cursor: pointer;
		vertical-align: text-bottom;
	}
	
	.ExamText {font-size: 18px}
	
	.Centered {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
	}