.int-bg {
	background-image: url(images/homepage_02.jpg);
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #4265A5;
	border: thin none #CECFCE;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.small-globe {
	background-image: url(images/small-globe.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000090;
	font-weight: bold;
	border: thin none #CECFCE;
}
a.news:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000090;
	font-weight: bold;
	border: thin none #CECFCE;
	text-decoration: none;

}
a.news:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000090;
	font-weight: bold;
	border: thin none #CECFCE;
	text-decoration: none;

}
a.news:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000090;
	font-weight: bold;
	border: thin none #CECFCE;
	text-decoration: underline;

}
a.news:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000090;
	font-weight: bold;
	border: thin none #CECFCE;
	text-decoration: none;

}

.date
{
    width: 70px;
}

#spnMsg
{
    color: Red;
    font-weight: bold;
}

/* Guideline Styles */

#guideline_summary
{
    width: 750px; 
    background: #FFFFFF; 
    border: 4px solid #CCCCCC; 
    text-align: center; 
    padding: 10px; 
    -moz-border-radius: 25px; /* Firefox only */
}

#guideline_summary p
{
    text-align: left
}

#guideline_rationale img, 
#guideline_checklist img,
#guideline_examples img,
#guideline_reflection img,
#guideline_action img,
#guideline_resources img
{
    height: 45px;
    vertical-align: middle;
    padding-right: 20px;
}

/* End Guideline Styles */