body#cmiag
{
     margin:0;
	 font-family:verdana, arial, sans-serif;
	 font-size:11px;
}

h1
{
	font: 12px arial; 
	font-weight: bold; 
	color: #333333;
}

a:link, a:visited 
{ 
    text-decoration:none; 
    font: 11px arial; 
    font-weight: bold; 
    color: #333333;
}

#simple_link_blue
{
	font-weight: bold; 
	color: #1F82AB; 
}

#simple_link_purple
{
	font-weight: bold; 
	color: #640062; 
	text-decoration: none;
}

/**
 * Definition for a basic layout table, with
 * no borders or colour.
 **/
#clear_table 
{
    height: 100%;
    background-color:#FFFFFF;
    text-align: left;
    font-size: 11px;
    font-family : Arial,sans-serif;
    padding: 5px;
}


/**
 * Definition for Content Table - essentially
 * everything unique to a certain page
 **/
#content_table
{
	margin: 11 11 11 11;
	color: #333333; 
	font: 11px arial;
	
}


/**
 * Definition for Results Layout Tables 
 * used for lists, database results, etc
 **/
#layout_table 
{
    width: 400;
    height: 100%;
    border-top:    2px solid #888888;
    border-left:   2px solid #888888;
    border-bottom: 2px solid #888888;
    border-right: 2px solid #888888;
    background-color:#FFFFFF;
    font-size: 11px;
    font-family : Verdana,Arial,sans-serif;
    padding: 0px;
}

#layout_table th
{
    color : #FFFFFF;
    font-size: 12px;
    font-family : Verdana,Arial,sans-serif;
    height: 28px;
    background: url('ps_table_header.jpg')
}

#layout_table td
{
    background-color:#DEE3E7;
    font-size: 11px;
    font-family : Verdana,Arial,sans-serif;
    padding: 5px;
}

#layout_table td#light
{
    background-color:#EFEFEF;
    font-size: 11px;
    font-family : Verdana,Arial,sans-serif;
    padding: 5px;
	
}

#layout_table td#subheader
{
    background-color:#EFEFEF;
    font-size: 11px;
    font-family : Verdana,Arial,sans-serif;
    padding: 5px;
}


/**
 * Definition for Simple Tables - used for
 * forms, text, etc 
 **/
#simple_table 
{
    height: 100%;
    background-color:#FFFFFF;
	color: #333333;
    font-size: 11px;
    font-family : Arial,sans-serif;
    padding: 0px;
}


input, textarea
{
    font-size: 12px;
    font-family : Arial,sans-serif;
}

#simple_table th
{
	font: 12px arial; 
	font-weight: bold; 
	color: #990000;
    height: 28px;
	text-align: left;
}

#simple_table td
{
    background-color:#CCE1E6;
    padding: 5px;
}

#simple_table td#light
{
    background-color:#E5EEEB;
    font-size: 11px;
    font-family : Arial,sans-serif;
    padding: 5px;
}

#simple_table td#blue
{
    background-color:#f1f0f8;
    font-size: 11px;
    font-family : Arial,sans-serif;
    padding: 5px;
}


#simple_table td#light_bold
{
    background-color:#E5EEEB;
	color:#555555;
    font-size: 12px;
	font-weight: bold; 
    font-family : Arial,sans-serif;
    padding: 5px;
}


#simple_table td#clear
{
    background-color:#FFFFFF;
    font-size: 11px;
    font-family : verdana, sans-serif;
    padding: 5px;
}




#simple_table td#white
{
    background-color:#ffffff;
    font-size: 11px;
    font-family : Arial,sans-serif;
    padding: 5px;
}


#simple_table td#grey
{
    background-color:#EEEEEE;
    font-size: 11px;
    font-family : Arial,sans-serif;
    padding: 5px;
}

#simple_table td#subheader
{
    background-color:#EFEFEF;
    font-size: 11px;
    font-family : Verdana,Arial,sans-serif;
    padding: 5px;
}

#simple_button_light
{
	font-size:11px; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	padding:6px; 
	font-family: Arial,sans-serif;
	background-color:#E5EEEB; 
	color:#333333;
}

#simple_button_dark
{
	font-size:11px; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	border-bottom: 1px solid #333333; 
	border-right: 1px solid #333333; 
	padding:6px; 
	font-family: Arial,sans-serif;
	background-color:#CCE1E6; 
	color:#333333;
}




#title 
{
	font: 12px arial; 
	font-weight: bold; 
	color: #990000
}

#subtitle 
{
	font: 12px arial; 
	font-weight: bold; 
	color: #0A6482
}

#linktitle 
{
    font: 12px arial; 
    font-weight: bold; 
    color: #640062
}