﻿/* Default style sheet for MilosSolutionPlatform.com */

/* HTML Selectors */
img
{	
	border-width: 0px;
}
	
/* Classes */
.toggleopacity img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.toggleopacity:hover img
{
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

.homeheading
{
	font-family: Calibri;
	font-size: x-large ;
	font-weight: normal;
	color: white
}

.homeheading2
{
	font-family: Calibri;
	font-weight: bold;
	color: black
}

.hometext
{
	font-family: Calibri;
	font-size: small;
	color: white
}
.hometextsmall
{
	font-family: Calibri;
	font-size: small;
	color: white
}

.hometext2
{
	font-family: Calibri;
	font-size: small;
	color: black
}

.contentheading
{
	font-family: Calibri;
	font-size: larger;
	font-weight: bold;
	color: black
}

.contenttext
{
	font-family: Calibri;
	font-size: smaller;
	color: black
}

.contentpage
{
	background-color: white; 
	color: black; 
	background-image: url(Images/StandardBG2.jpg);
    background-repeat: repeat-y; 
    margin: 0px;
}

.feature
{
	list-style-type: none; 
	margin: 0px 0px 10px;
}

.featureChevron
{
	vertical-align: middle;
	list-style-image: url(images/RedChevronSmall.gif); 
	margin: 4px 32px 10px;
}

