/* CSS Document */

.but_bg      {background-image:url('images/but_bg.gif');
			background-repeat:repeat-x }

.bg_line      {background-image:url('images/bg_line.gif');
			background-repeat:repeat-x }

a            { font-size: 10; color: #415B68; font-family: Verdana; text-decoration:none; font-weight:bold }
a:hover 	 { color: #000000; }
a.small            { font-size: xx-small; color: #415B68; font-family: Verdana; text-decoration:none; font-weight:bold }
a.smalll:hover 	 { color: #000000; }

.text { font-size: xx-small; color: #494949; font-family: Verdana }
.windows {
		font-size: xx-small; 
		color: #494949; 
		font-family: Verdana }

.linux {background-image:url('images/linux_server.gif');
		background-repeat:no-repeat;
		background-position: right;
		font-size: xx-small; 
		color: #494949; 
		font-family: Verdana }
.sql  {background-image:url('images/sql_server.gif');
		background-repeat:no-repeat;
		background-position: right;
		font-size: xx-small; 
		color: #494949; 
		font-family: Verdana }
.reseller {background-image:url('images/reseller_server.gif');
		background-repeat:no-repeat;
		background-position: right;
		font-size: xx-small; 
		color: #494949; 
		font-family: Verdana }
.dedicated {background-image:url('images/dedicated.gif');
		background-repeat:no-repeat;
		background-position: right;
		font-size: xx-small; 
		color: #494949; 
		font-family: Verdana }
.Big_txt { font-family: Verdana; font-size: 9pt; color: #E23A3A;
               font-weight: bold}
.footer { background-color:#516500 ;font-size: xx-small; color: #FFFFFF; font-family: Verdana }
.curve_bg      {
	font-family: Verdana; font-size: 9pt; color: #213E4D; font-style: italic; 
    font-weight: bold ;
	background-color: #B5D342; }
.light_border {
	border-top: 0pt solid #B5D342;
	border-right: 1pt solid #B5D342;
	border-bottom: 1pt solid #B5D342;
	border-left: 1pt solid #B5D342;
}
.bulletlist {
	font-size: xx-small;
	color: #494949;
	font-family: Verdana;
	list-style-image: url(images/arrow.gif);
	list-style-type: disc;
	list-style-position: outside;

}